req property

DropUserReq? get req

Implementation

DropUserReq? get req => this._req;
set req (DropUserReq? req)

Implementation

set req(DropUserReq? req) {
  this._req = req;
}