SystemMessage.fromJson constructor

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

Creates a custom message from a map (decoded JSON).

Implementation

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