encode static method

dynamic encode(
  1. QRErrorLevel data
)

Implementation

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