group property

String group

Implementation

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

Implementation

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