TcpDevice$json top-level constant Null safety

Map<String, Object> const TcpDevice$json
@Deprecated('Use tcpDeviceDescriptor instead')

Implementation

@$core.Deprecated('Use tcpDeviceDescriptor instead')
const TcpDevice$json = const {
  '1': 'TcpDevice',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 11, '6': '.PrinterDeviceType', '10': 'type'},
    const {'1': 'port', '3': 2, '4': 1, '5': 5, '10': 'port'},
    const {'1': 'ip', '3': 3, '4': 1, '5': 9, '10': 'ip'},
    const {'1': 'mac', '3': 4, '4': 1, '5': 9, '10': 'mac'},
    const {'1': 'gateway', '3': 5, '4': 1, '5': 9, '10': 'gateway'},
    const {'1': 'netmask', '3': 6, '4': 1, '5': 9, '10': 'netmask'},
  ],
};