Testkit.fromJson constructor

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

Implementation

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