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