ShapeEntity$json top-level constant

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

Implementation

@$core.Deprecated('Use shapeEntityDescriptor instead')
const ShapeEntity$json = const {
  '1': 'ShapeEntity',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.com.opensource.svga.ShapeEntity.ShapeType',
      '10': 'type'
    },
    const {
      '1': 'shape',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.com.opensource.svga.ShapeEntity.ShapeArgs',
      '9': 0,
      '10': 'shape'
    },
    const {
      '1': 'rect',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.com.opensource.svga.ShapeEntity.RectArgs',
      '9': 0,
      '10': 'rect'
    },
    const {
      '1': 'ellipse',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.com.opensource.svga.ShapeEntity.EllipseArgs',
      '9': 0,
      '10': 'ellipse'
    },
    const {
      '1': 'styles',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.com.opensource.svga.ShapeEntity.ShapeStyle',
      '10': 'styles'
    },
    const {
      '1': 'transform',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.com.opensource.svga.Transform',
      '10': 'transform'
    },
  ],
  '3': const [
    ShapeEntity_ShapeArgs$json,
    ShapeEntity_RectArgs$json,
    ShapeEntity_EllipseArgs$json,
    ShapeEntity_ShapeStyle$json
  ],
  '4': const [ShapeEntity_ShapeType$json],
  '8': const [
    const {'1': 'args'},
  ],
};