fromJson static method

Web3WalletVerificationStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static Web3WalletVerificationStrategyEnum? fromJson(dynamic value) =>
    Web3WalletVerificationStrategyEnumTypeTransformer().decode(value);