Orientation$json top-level constant

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

Implementation

@$core.Deprecated('Use orientationDescriptor instead')
const Orientation$json = {
  '1': 'Orientation',
  '2': [
    {'1': 'o_x', '3': 1, '4': 1, '5': 1, '10': 'oX'},
    {'1': 'o_y', '3': 2, '4': 1, '5': 1, '10': 'oY'},
    {'1': 'o_z', '3': 3, '4': 1, '5': 1, '10': 'oZ'},
    {'1': 'theta', '3': 4, '4': 1, '5': 1, '10': 'theta'},
  ],
};