$DeviceElementTypeEnumMap top-level constant

Map<DeviceElementType, String> const $DeviceElementTypeEnumMap

Implementation

const $DeviceElementTypeEnumMap = {
  DeviceElementType.device: '1',
  DeviceElementType.function: '2',
  DeviceElementType.bin: '3',
  DeviceElementType.section: '4',
  DeviceElementType.unit: '5',
  DeviceElementType.connector: '6',
  DeviceElementType.navigation: '7',
};