fromJson static method

VerificationWeb3StrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationWeb3StrategyEnum? fromJson(dynamic value) =>
    VerificationWeb3StrategyEnumTypeTransformer().decode(value);