value property

int value

Implementation

int get value {
  switch (this) {
    case MessageIndex.selected:
      return 32768;
    case MessageIndex.reserved:
      return 28672;
    case MessageIndex.mask:
      return 4095;
  }
}