NetworkTarget constructor
const
NetworkTarget({})
Implementation
const NetworkTarget({
required this.label,
required this.host,
required this.port,
required this.protocol,
required this.timeoutMs,
required this.priority,
required this.isEssential,
});