fromJson static method

IngredientDtoTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static IngredientDtoTypeEnum? fromJson(dynamic value) => IngredientDtoTypeEnumTypeTransformer().decode(value);