Channel$json top-level constant

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

Implementation

@$core.Deprecated('Use channelDescriptor instead')
const Channel$json = {
  '1': 'Channel',
  '2': [
    {'1': 'index', '3': 1, '4': 1, '5': 5, '10': 'index'},
    {
      '1': 'settings',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.ChannelSettings',
      '10': 'settings'
    },
    {
      '1': 'role',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.meshtastic.Channel.Role',
      '10': 'role'
    },
  ],
  '4': [Channel_Role$json],
};