DoneTestEvent.fromJson constructor

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

An event indicating the result of the entire test run. This will be the final event emitted by the reporter.

Implementation

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