fromJson static method

Web3WalletVerificationObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static Web3WalletVerificationObjectEnum? fromJson(dynamic value) =>
    Web3WalletVerificationObjectEnumTypeTransformer().decode(value);