SuiteTestEvent.fromJson constructor

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

A suite event is emitted before any GroupEvents for groups in a given test suite. This is the only event that contains the full metadata about a suite; future events will refer to the suite by its opaque ID.

Implementation

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