Map<String, dynamic> toJson() => { "data": data?.toJson(), "is_new_user": isNewUser, "message": message, };