HttpResponseTestsTrait.fromJson constructor

HttpResponseTestsTrait.fromJson(
  1. Object? json
)

Implementation

factory HttpResponseTestsTrait.fromJson(Object? json) =>
    _$HttpResponseTestsTraitFromJson(<String, Object?>{'testCases': json});