Chat.fromJson constructor

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

Creates a Chat object from JSON.

Implementation

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