TransportResponse constructor

const TransportResponse(
  1. int status,
  2. Map<String, String> headers,
  3. String body
)

Implementation

const TransportResponse(this.status, this.headers, this.body);