PhotodetectorState$json top-level constant

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

Implementation

@$core.Deprecated('Use photodetectorStateDescriptor instead')
const PhotodetectorState$json = {
  '1': 'PhotodetectorState',
  '2': [
    {'1': 'CAP', '2': 0},
    {'1': 'NO_CAP', '2': 1},
    {'1': 'CONNECTED', '2': 2},
    {'1': 'CONNECTED_LINK', '2': 3},
    {'1': 'DISCONNECTED', '2': 4},
  ],
};