isolation property
Gets the value of "isolation"
Implementation
String get isolation => getPropertyValue('isolation');
Sets the value of "isolation"
Implementation
set isolation(String value) {
setProperty('isolation', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "isolation"
String get isolation => getPropertyValue('isolation');
Sets the value of "isolation"
set isolation(String value) {
setProperty('isolation', value, '');
}