Message.fromJson constructor

Message.fromJson(
  1. String json
)

Implementation

Message.fromJson(String json)
    : this.fromMap(jsonDecode(json) as Map<String, dynamic>);