mask property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getmask

Gets the value of "mask"

Implementation

String get mask => getPropertyValue('mask');

setmask (String value)

Sets the value of "mask"

Implementation

set mask(String value) {
  setProperty('mask', value, '');
}