fromJson static method

VerificationOtpStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static VerificationOtpStrategyEnum? fromJson(dynamic value) =>
    VerificationOtpStrategyEnumTypeTransformer().decode(value);