req property

Implementation

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

Implementation

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