factory GetInboxMessageData.fromJson(Map<String, dynamic> json) { return GetInboxMessageData( message: InboxMessage.fromJson(json['message']), ); }