Response<T> constructor

Response<T>(
  1. Map<String, List<String>> headers,
  2. dynamic body,
  3. int? status
)

Implementation

Response(this.headers, this.body, this.status);