FirebaseMessageDocument.fromJson constructor
Constructs a FirebaseMessageDocument from JSON.
Implementation
FirebaseMessageDocument.fromJson(Map<String, dynamic> json, this.id)
: sender = json['sender'],
text = json['text'],
imageUrl = json['image_url'],
timestamp = json['timestamp'];