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