ApiResponse constructor

ApiResponse(
  1. int statusCode,
  2. Map<String, List<String>> headers,
  3. Stream<List<int>>? body
)

Implementation

ApiResponse(this.statusCode, this.headers, this.body);