EntityRecord$json top-level constant

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

Implementation

@$core.Deprecated('Use entityRecordDescriptor instead')
const EntityRecord$json = const {
  '1': 'EntityRecord',
  '2': const [
    const {'1': 'entity_id', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'entityId'},
    const {'1': 'state', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'state'},
    const {'1': 'version', '3': 3, '4': 1, '5': 11, '6': '.spine.core.Version', '10': 'version'},
    const {'1': 'lifecycle_flags', '3': 4, '4': 1, '5': 11, '6': '.spine.server.entity.LifecycleFlags', '10': 'lifecycleFlags'},
  ],
  '7': const {},
};