fromJson static method

OTPStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static OTPStrategyEnum? fromJson(dynamic value) =>
    OTPStrategyEnumTypeTransformer().decode(value);