DescopeUser constructor

DescopeUser(
  1. String userId,
  2. List<String> loginIds,
  3. int createdAt,
  4. String? name,
  5. Uri? picture,
  6. String? email,
  7. bool isVerifiedEmail,
  8. String? phone,
  9. bool isVerifiedPhone,
  10. Map<String, dynamic> customAttributes,
  11. String? givenName,
  12. String? middleName,
  13. String? familyName,
)

Implementation

DescopeUser(this.userId, this.loginIds, this.createdAt, this.name, this.picture, this.email, this.isVerifiedEmail, this.phone, this.isVerifiedPhone, this.customAttributes, this.givenName, this.middleName, this.familyName);