map property

Map<int, String> map
getter/setter pair

Implementation

static Map<int, String> map = {
  0x00: 'greaterThan',
  0x01: 'lessThan',
  0x02: 'equals',
  0x03: 'deviationAbsolute',
  0x04: 'deviationRelative',
  0x05: 'deviationStandard',
  0x06: 'top',
  0x07: 'bottom',
  0x80: 'lessOrEqualThan',
  0x81: 'greaterOrEqualThan',
  0x82: 'notEquals',
  0x83: 'notDeviationAbsolute',
  0x84: 'notDeviationRelative',
  0x85: 'notDeviationStandard',
  0x86: 'notTop',
  0x87: 'notBottom',
};