ChangeNotification$json top-level constant

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

Implementation

@$core.Deprecated('Use changeNotificationDescriptor instead')
const ChangeNotification$json = const {
  '1': 'ChangeNotification',
  '2': const [
    const {'1': 'tokens', '3': 1, '4': 3, '5': 9, '10': 'tokens'},
    const {'1': 'key', '3': 2, '4': 1, '5': 9, '10': 'key'},
    const {'1': 'typeName', '3': 3, '4': 1, '5': 9, '10': 'typeName'},
    const {'1': 'rev', '3': 4, '4': 1, '5': 9, '10': 'rev'},
    const {'1': 'hashCode', '3': 5, '4': 1, '5': 9, '10': 'hashCode'},
  ],
};