PrefixedIpAddress constructor

PrefixedIpAddress({
  1. required int prefixLength,
})

Implementation

PrefixedIpAddress({
  required this.prefixLength,
});