CreateUserInput constructor
const
CreateUserInput({})
Implementation
const CreateUserInput({
required this.email,
required this.username,
required this.password,
required this.firstName,
required this.lastName,
required this.city,
required this.street,
required this.number,
required this.zipCode,
required this.geoLat,
required this.geoLong,
required this.phone,
});