ChatMessage.fromJson constructor
Constructs a ChatMessage from the provided json.
Implementation
factory ChatMessage.fromJson(Map<String, dynamic> json) =>
    _$ChatMessageFromJson(json);
Constructs a ChatMessage from the provided json.
factory ChatMessage.fromJson(Map<String, dynamic> json) =>
    _$ChatMessageFromJson(json);