face property
String
get
face
Implementation
String get face => js_util.getProperty(this, 'face');
set
face
(String newValue)
Implementation
set face(String newValue) {
js_util.setProperty(this, 'face', newValue);
}