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': 'position_deg', '3': 1, '4': 1, '5': 13, '10': 'positionDeg'},
    {'1': 'is_moving', '3': 2, '4': 1, '5': 8, '10': 'isMoving'},
  ],
};