TestkitsResponse.fromJson constructor

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

Implementation

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