MessageTestEvent.fromJson constructor

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

A MessageEvent indicates that a test emitted a message that should be displayed to the user. The messageType field indicates the precise type of this message. Different message types should be visually distinguishable.

Implementation

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