InputDevices$json top-level constant

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

Implementation

@$core.Deprecated('Use inputDevicesDescriptor instead')
const InputDevices$json = {
  '1': 'InputDevices',
  '2': [
    {
      '1': 'available_devices',
      '3': 1,
      '4': 3,
      '5': 9,
      '10': 'availableDevices'
    },
    {'1': 'current_device', '3': 2, '4': 1, '5': 9, '10': 'currentDevice'},
    {'1': 'is_permitted', '3': 3, '4': 1, '5': 8, '10': 'isPermitted'},
  ],
};