HttpResponse<T> constructor

HttpResponse<T>(
  1. {required int? statusCode,
  2. T? body}
)

Represents an HTTP response returned by the NetworkService.

Implementation

factory HttpResponse