face property

String face

Implementation

String get face => js_util.getProperty(this, 'face');
void face=(String newValue)

Implementation

set face(String newValue) {
  js_util.setProperty(this, 'face', newValue);
}