fromJson static method

SecondFactorTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static SecondFactorTypeEnum? fromJson(dynamic value) => SecondFactorTypeEnumTypeTransformer().decode(value);