role property

String? role

Implementation

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

Implementation

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