req property

GetPropRequest? get req

Implementation

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

Implementation

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