fromJson static method

ChatModel fromJson(
  1. String raw
)

Implementation

static ChatModel fromJson(String raw) => ChatModel(raw);