HttpResponseTestCase.fromJson constructor

HttpResponseTestCase.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory HttpResponseTestCase.fromJson(Map<String, Object?> json) =>
    _$HttpResponseTestCaseFromJson(json);