family property

String family

Implementation

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

Implementation

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