class NewProfileSpec { NewProfileSpec({required this.name, required this.pronouns}); String name; String pronouns; }