ExitTestEvent.fromJson constructor

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

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

Implementation

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