TestDoneEvent.fromJson constructor

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

An event emitted when a test completes. The result attribute indicates the result of the test.

Implementation

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