HeaderBBox$json top-level constant

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

Implementation

@$core.Deprecated('Use headerBBoxDescriptor instead')
const HeaderBBox$json = {
  '1': 'HeaderBBox',
  '2': [
    {'1': 'left', '3': 1, '4': 2, '5': 18, '10': 'left'},
    {'1': 'right', '3': 2, '4': 2, '5': 18, '10': 'right'},
    {'1': 'top', '3': 3, '4': 2, '5': 18, '10': 'top'},
    {'1': 'bottom', '3': 4, '4': 2, '5': 18, '10': 'bottom'},
  ],
};