EntityRecordChange$json top-level constant Null safety

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

Implementation

@$core.Deprecated('Use entityRecordChangeDescriptor instead')
const EntityRecordChange$json = const {
  '1': 'EntityRecordChange',
  '2': const [
    const {'1': 'previous_value', '3': 1, '4': 1, '5': 11, '6': '.spine.server.entity.EntityRecord', '10': 'previousValue'},
    const {'1': 'new_value', '3': 2, '4': 1, '5': 11, '6': '.spine.server.entity.EntityRecord', '10': 'newValue'},
  ],
};