MatchPosition$json top-level constant

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

Implementation

@$core.Deprecated('Use matchPositionDescriptor instead')
const MatchPosition$json = const {
  '1': 'MatchPosition',
  '2': const [
    const {'1': 'leftRatio', '3': 1, '4': 1, '5': 1, '10': 'leftRatio'},
    const {'1': 'topRatio', '3': 2, '4': 1, '5': 1, '10': 'topRatio'},
    const {'1': 'rightRatio', '3': 3, '4': 1, '5': 1, '10': 'rightRatio'},
    const {'1': 'bottomRatio', '3': 4, '4': 1, '5': 1, '10': 'bottomRatio'},
  ],
};