fromJson static method

VerifyTOTP200ResponseCodeTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static VerifyTOTP200ResponseCodeTypeEnum? fromJson(dynamic value) =>
    VerifyTOTP200ResponseCodeTypeEnumTypeTransformer().decode(value);