DeviceBootStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceBootStatusDescriptor instead')
const DeviceBootStatus$json = const {
  '1': 'DeviceBootStatus',
  '2': const [
    const {
      '1': 'last_boot',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'lastBoot'
    },
    const {'1': 'in_factory', '3': 2, '4': 1, '5': 8, '10': 'inFactory'},
    const {
      '1': 'last_factory_boot',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'lastFactoryBoot'
    },
  ],
};