ILPLayer$json top-level constant

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

Implementation

@$core.Deprecated('Use iLPLayerDescriptor instead')
const ILPLayer$json = {
  '1': 'ILPLayer',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    {'1': 'x', '3': 3, '4': 1, '5': 5, '10': 'x'},
    {'1': 'y', '3': 4, '4': 1, '5': 5, '10': 'y'},
    {'1': 'width', '3': 5, '4': 1, '5': 5, '10': 'width'},
    {'1': 'height', '3': 6, '4': 1, '5': 5, '10': 'height'},
    {'1': 'content', '3': 7, '4': 1, '5': 12, '10': 'content'},
    {'1': 'layers', '3': 8, '4': 3, '5': 11, '6': '.ilp.ILPLayer', '10': 'layers'},
  ],
};