factory ServerpodCloudData.fromJson(final Map<String, dynamic> json) { return ServerpodCloudData(json['token'] as String); }