LinearConstraint$json top-level constant

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

Implementation

@$core.Deprecated('Use linearConstraintDescriptor instead')
const LinearConstraint$json = {
  '1': 'LinearConstraint',
  '2': [
    {'1': 'line_tolerance_mm', '3': 1, '4': 1, '5': 2, '9': 0, '10': 'lineToleranceMm', '17': true},
    {'1': 'orientation_tolerance_degs', '3': 2, '4': 1, '5': 2, '9': 1, '10': 'orientationToleranceDegs', '17': true},
  ],
  '8': [
    {'1': '_line_tolerance_mm'},
    {'1': '_orientation_tolerance_degs'},
  ],
};