v1SignupUsage class

Constructors

v1SignupUsage({String? email, String? phoneNumber, List<v1ApiKeyParamsV2>? apiKeys, List<v1AuthenticatorParamsV2>? authenticators, List<v1OauthProviderParams>? oauthProviders})
const
v1SignupUsage.fromJson(Map<String, dynamic> json)
factory

Properties

apiKeys List<v1ApiKeyParamsV2>?
final
authenticators List<v1AuthenticatorParamsV2>?
final
email String?
final
hashCode int
The hash code for this object.
no setterinherited
oauthProviders List<v1OauthProviderParams>?
final
phoneNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited