encode method

String encode(
  1. SchemaType data
)

Implementation

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