fromJson static method

VerificationWeb3ObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationWeb3ObjectEnum? fromJson(dynamic value) =>
    VerificationWeb3ObjectEnumTypeTransformer().decode(value);