User constructor

User(
  1. {required String subject,
  2. String? name,
  3. String? givenName,
  4. String? familyName,
  5. String? middleName,
  6. String? nickname,
  7. String? preferredUsername,
  8. Uri? profile,
  9. Uri? picture,
  10. Uri? website,
  11. String? email,
  12. bool? emailVerified,
  13. String? gender,
  14. String? birthdate,
  15. String? zoneinfo,
  16. String? locale,
  17. String? phoneNumber,
  18. bool? phoneNumberVerified,
  19. String? formattedAddress,
  20. String? streetAddress,
  21. String? locality,
  22. String? region,
  23. String? postalCode,
  24. String? country,
  25. DateTime? updatedAt}
)

Implementation

User