fwType$json top-level constant

  1. @Deprecated('Use fwTypeDescriptor instead')
Map<String, Object> const fwType$json

Implementation

@$core.Deprecated('Use fwTypeDescriptor instead')
const fwType$json = {
  '1': 'FwType',
  '2': [
    {'1': 'APPLICATION', '2': 0},
    {'1': 'SOFTDEVICE', '2': 1},
    {'1': 'BOOTLOADER', '2': 2},
    {'1': 'SOFTDEVICE_BOOTLOADER', '2': 3},
    {'1': 'EXTERNAL_APPLICATION', '2': 4},
  ],
};