HostsWrapper constructor
const
HostsWrapper({
- required Map<
String, HostAddress> hosts,
Implementation
const factory HostsWrapper({required Map<String, HostAddress> hosts}) =
_HostsWrapper;