Orientation_Quaternion$json top-level constant

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

Implementation

@$core.Deprecated('Use orientationDescriptor instead')
const Orientation_Quaternion$json = {
  '1': 'Quaternion',
  '2': [
    {'1': 'w', '3': 1, '4': 1, '5': 1, '10': 'w'},
    {'1': 'x', '3': 2, '4': 1, '5': 1, '10': 'x'},
    {'1': 'y', '3': 3, '4': 1, '5': 1, '10': 'y'},
    {'1': 'z', '3': 4, '4': 1, '5': 1, '10': 'z'},
  ],
};