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