Topic$json top-level constant

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

Implementation

@$core.Deprecated('Use topicDescriptor instead')
const Topic$json = const {
  '1': 'Topic',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.toit.model.pubsub.TopicType',
      '10': 'type'
    },
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  ],
};