encode method

String encode(
  1. IngredientDtoTypeEnum data
)

Implementation

String encode(IngredientDtoTypeEnum data) => data.value;