fromJson static method

OTPStatusEnum? fromJson(
  1. dynamic value
)

Implementation

static OTPStatusEnum? fromJson(dynamic value) =>
    OTPStatusEnumTypeTransformer().decode(value);