DioResponse<T> constructor

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

Implementation

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