role property

dynamic role

Implementation

get role => _role;
void role=(dynamic value)

Implementation

set role(value) {
  _role = value;
}