PrefixedIpAddress constructor
PrefixedIpAddress({
- required int prefixLength,
Implementation
PrefixedIpAddress({
required this.prefixLength,
});
PrefixedIpAddress({
required this.prefixLength,
});