Data.fromJson(Map<String, dynamic> json){ id = json['id']; message = json['message']; sentAt = json['sent_at']; chatUserId = json['chat_user_id']; }