role property

String? get role
override

Implementation

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

Implementation

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