encode method

String encode(
  1. ProductTypeEnum data
)

Implementation

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