value property

int value

Implementation

int get value {
  switch (this) {
    case BitmapPrintType.normal:
      return 0;
    case BitmapPrintType.black:
      return 1;
    case BitmapPrintType.grey:
      return 2;
  }
}