id property

int get id

Implementation

int get id {
  switch (this) {
    case UsageMode.camera:
      return 0;
    case UsageMode.ocrReader:
      return 2;
  }
}