value property

int get value

Implementation

int get value => switch (this) {
      QrErrorLevel.low => 48,
      QrErrorLevel.medium => 49,
      QrErrorLevel.quartile => 50,
      QrErrorLevel.high => 51,
    };