role property

String? role

Implementation

String? get role => _$this._role;
void role=(String? role)

Implementation

set role(String? role) => _$this._role = role;