HttpRequestTestCase.fromJson constructor

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

Implementation

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