SpriteEntity$json top-level constant

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

Implementation

@$core.Deprecated('Use spriteEntityDescriptor instead')
const SpriteEntity$json = const {
  '1': 'SpriteEntity',
  '2': const [
    const {'1': 'imageKey', '3': 1, '4': 1, '5': 9, '10': 'imageKey'},
    const {
      '1': 'frames',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.com.opensource.svga.FrameEntity',
      '10': 'frames'
    },
    const {'1': 'matteKey', '3': 3, '4': 1, '5': 9, '10': 'matteKey'},
  ],
};