fromJson static method

Web3WalletObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static Web3WalletObjectEnum? fromJson(dynamic value) =>
    Web3WalletObjectEnumTypeTransformer().decode(value);