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