TopicRole$json top-level constant

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

Implementation

@$core.Deprecated('Use topicRoleDescriptor instead')
const TopicRole$json = {
  '1': 'TopicRole',
  '2': [
    {'1': 'TopicPermitNone', '2': 0},
    {'1': 'TopicReadWrite', '2': 1},
    {'1': 'TopicReadOnly', '2': 2},
    {'1': 'TopicWriteOnly', '2': 3},
  ],
};