RestResponse constructor

RestResponse(
  1. Future<Response> _futureResponse,
  2. String _uuid
)

Implementation

RestResponse(this._futureResponse, this._uuid);