Message.fromRawJson constructor

Message.fromRawJson(
  1. String str
)

Implementation

factory Message.fromRawJson(String str) => Message.fromJson(json.decode(str));