Address$json top-level constant

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

Implementation

@$core.Deprecated('Use addressDescriptor instead')
const Address$json = const {
  '1': 'Address',
  '2': const [
    const {'1': 'host', '3': 1, '4': 1, '5': 12, '10': 'host'},
    const {'1': 'port', '3': 2, '4': 1, '5': 5, '10': 'port'},
  ],
};