fromJsonWithChat static method

RootMessage fromJsonWithChat(
  1. Chat chat,
  2. Map<String, dynamic> json
)

Implementation

static RootMessage fromJsonWithChat(Chat chat, Map<String, dynamic> json) {
  return RootMessage.fromJson(json)..set(chat);
}