ClientResponse.fromJson constructor

ClientResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ClientResponse.fromJson(Map<String, dynamic> json) =>
    _$ClientResponseFromJson(json);