NodeFilter$json top-level constant

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

Implementation

@$core.Deprecated('Use nodeFilterDescriptor instead')
const NodeFilter$json = {
  '1': 'NodeFilter',
  '2': [
    {'1': 'unknown_switch', '3': 1, '4': 1, '5': 8, '10': 'unknownSwitch'},
    {'1': 'offline_switch', '3': 2, '4': 1, '5': 8, '10': 'offlineSwitch'},
    {'1': 'public_key_switch', '3': 3, '4': 1, '5': 8, '10': 'publicKeySwitch'},
    {'1': 'hops_away', '3': 4, '4': 1, '5': 5, '10': 'hopsAway'},
    {'1': 'position_switch', '3': 5, '4': 1, '5': 8, '10': 'positionSwitch'},
    {'1': 'node_name', '3': 6, '4': 1, '5': 9, '10': 'nodeName'},
    {'1': 'channel', '3': 7, '4': 1, '5': 5, '10': 'channel'},
  ],
};