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