id property

int get id

Implementation

int get id {
  switch (this) {
    case ImageWidth.Inch_1:
      return 1;
    case ImageWidth.Inch_2:
      return 2;
  }
}