req property
GrantRoleReq?
get
req
Implementation
GrantRoleReq? get req => this._req;
set
req
(GrantRoleReq? req)
Implementation
set req(GrantRoleReq? req) {
this._req = req;
}