ChatMedia.fromJson constructor
ChatMedia.fromJson(
- String source
Deserializes a JSON string into a ChatMedia.
Implementation
factory ChatMedia.fromJson(String source) =>
ChatMedia.fromMap(jsonDecode(source) as Map<String, dynamic>);