req property

Implementation

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

Implementation

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