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