Parse from a json
factory MessageContact.fromJson(Map<String, dynamic> json) => MessageContact( contact: Contact.fromJson(json['contact']), );