fromJson static method

VirtualIngredientDtoTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static VirtualIngredientDtoTypeEnum? fromJson(dynamic value) => VirtualIngredientDtoTypeEnumTypeTransformer().decode(value);