Factor class

Factor Clerk object

Annotations
  • @immutable
  • @JsonSerializable.new()

Constructors

Factor({required Strategy strategy, required String? safeIdentifier, required String? emailAddressId, required String? phoneNumberId, required String? web3WalletId, required String? passkeyId, required bool isPrimary, required bool isDefault})
Constructor
const

Properties

emailAddressId String?
id of email address
final
hashCode int
The hash code for this object.
no setterinherited
isDefault bool
is default?
final
isPrimary bool
is primary?
final
passkeyId String?
id of passkey
final
phoneNumberId String?
id of phone number
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeIdentifier String?
safe identifier
final
strategy Strategy
strategy
final
web3WalletId String?
id of web3 wallet
final

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) Factor
fromJson