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