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