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