VerificationWeb3StrategyEnum class
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → VerificationWeb3StrategyEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< VerificationWeb3StrategyEnum>
Constants
- baseSignature → const VerificationWeb3StrategyEnum
- coinbaseWalletSignature → const VerificationWeb3StrategyEnum
- metamaskSignature → const VerificationWeb3StrategyEnum
- okxWalletSignature → const VerificationWeb3StrategyEnum
- solanaSignature → const VerificationWeb3StrategyEnum
-
values
→ const List<
VerificationWeb3StrategyEnum> - List of all possible values in this VerificationWeb3StrategyEnum.