appRegion property
Gets the value of "app-region"
Implementation
String get appRegion => getPropertyValue('app-region');
Sets the value of "app-region"
Implementation
set appRegion(String value) {
setProperty('app-region', 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 "app-region"
String get appRegion => getPropertyValue('app-region');
Sets the value of "app-region"
set appRegion(String value) {
setProperty('app-region', value, '');
}