BodyLocation$json top-level constant

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

Implementation

@$core.Deprecated('Use bodyLocationDescriptor instead')
const BodyLocation$json = {
  '1': 'BodyLocation',
  '2': [
    {'1': 'left_ankle', '2': 0},
    {'1': 'right_ankle', '2': 1},
    {'1': 'left_hip', '2': 2},
    {'1': 'right_hip', '2': 3},
    {'1': 'left_thigh', '2': 4},
    {'1': 'right_thigh', '2': 5},
    {'1': 'left_thorax', '2': 6},
    {'1': 'middle_left_thorax', '2': 7},
    {'1': 'left_upper_arm', '2': 8},
    {'1': 'right_upper_arm', '2': 9},
    {'1': 'left_wrist', '2': 10},
    {'1': 'right_wrist', '2': 11},
  ],
};