NetAddress$json top-level constant

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

Implementation

@$core.Deprecated('Use netAddressDescriptor instead')
const NetAddress$json = const {
  '1': 'NetAddress',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'id'},
    const {'1': 'ip', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'ip'},
    const {'1': 'port', '3': 3, '4': 1, '5': 13, '10': 'port'},
  ],
};