TimestampChange$json top-level constant

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

Implementation

@$core.Deprecated('Use timestampChangeDescriptor instead')
const TimestampChange$json = const {
  '1': 'TimestampChange',
  '2': const [
    const {'1': 'previous_value', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'previousValue'},
    const {'1': 'new_value', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'newValue'},
  ],
};