encode method

String encode(
  1. ElementTypeEnum data
)

Implementation

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