encode static method

dynamic encode(
  1. ECIEncodings data
)

Implementation

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