Gets the value of "isolation"
String get isolation => getPropertyValue('isolation');
Sets the value of "isolation"
set isolation(String value) { setProperty('isolation', value, ''); }