response property

JsonObject? get response

Implementation

JsonObject? get response => _$this._response;
set response (JsonObject? response)

Implementation

set response(JsonObject? response) => _$this._response = response;