BluetoothScanMode_Mode$json top-level constant Null safety

Map<String, Object> const BluetoothScanMode_Mode$json
@Deprecated('Use bluetoothScanModeDescriptor instead')

Implementation

@$core.Deprecated('Use bluetoothScanModeDescriptor instead')
const BluetoothScanMode_Mode$json = const {
  '1': 'Mode',
  '2': const [
    const {'1': 'LOW_POWER', '2': 0},
    const {'1': 'BALANCED', '2': 1},
    const {'1': 'LOWLATENCY', '2': 2},
    const {'1': 'OPORTUNISTIC', '2': 3},
  ],
};