CoreMessage$json top-level constant

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

Implementation

@$core.Deprecated('Use coreMessageDescriptor instead')
const CoreMessage$json = const {
  '1': 'CoreMessage',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'},
    const {'1': 'body', '3': 3, '4': 1, '5': 12, '10': 'body'},
    const {'1': 'to', '3': 4, '4': 3, '5': 9, '10': 'to'},
    const {'1': 'from', '3': 5, '4': 1, '5': 9, '10': 'from'},
    const {'1': 'created', '3': 6, '4': 1, '5': 3, '10': 'created_time'},
    const {'1': 'expires', '3': 7, '4': 1, '5': 3, '10': 'expires_time'},
  ],
};