appRegion property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getappRegion
Gets the value of "app-region"
Implementation
String get appRegion => getPropertyValue('app-region');
setappRegion (String value)
Sets the value of "app-region"
Implementation
set appRegion(String value) {
setProperty('app-region', value, '');
}