OutgoingState.fromJson constructor

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

Creates a new instance from a json

Implementation

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