fromJson static method

Message fromJson(
  1. Map<String, Object?> obj
)

Implementation

static Message fromJson(Map<String, Object?> obj) => Message.fromMap(obj);