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': 'positions_mm', '3': 1, '4': 3, '5': 1, '10': 'positionsMm'},
    {'1': 'lengths_mm', '3': 2, '4': 3, '5': 1, '10': 'lengthsMm'},
    {'1': 'is_moving', '3': 3, '4': 1, '5': 8, '10': 'isMoving'},
  ],
};