AggregateHistory$json top-level constant Null safety

Map<String, Object> const AggregateHistory$json
@Deprecated('Use aggregateHistoryDescriptor instead')

Implementation

@$core.Deprecated('Use aggregateHistoryDescriptor instead')
const AggregateHistory$json = const {
  '1': 'AggregateHistory',
  '2': const [
    const {'1': 'snapshot', '3': 1, '4': 1, '5': 11, '6': '.spine.server.aggregate.Snapshot', '10': 'snapshot'},
    const {'1': 'event', '3': 2, '4': 3, '5': 11, '6': '.spine.core.Event', '10': 'event'},
  ],
};