Status$json top-level constant

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

Implementation

@$core.Deprecated('Use statusDescriptor instead')
const Status$json = {
  '1': 'Status',
  '2': [
    {'1': 'is_powered', '3': 1, '4': 1, '5': 8, '10': 'isPowered'},
    {'1': 'position', '3': 3, '4': 1, '5': 1, '10': 'position'},
    {'1': 'is_moving', '3': 4, '4': 1, '5': 8, '10': 'isMoving'},
  ],
};