encode static method

dynamic encode(
  1. CodabarSymbol data
)

Implementation

static dynamic encode(CodabarSymbol data) {
  return data.value;
}