TestGroup.fromJson constructor

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

A group containing test cases. The group's ID is unique in the context of this test run. It's used elsewhere in the protocol to refer to this group without including its full representation.

Implementation

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