result property

ResponseCommon? get result

Implementation

ResponseCommon? get result => this._result;
set result (ResponseCommon? result)

Implementation

set result(ResponseCommon? result) {
  this._result = result;
}