withNetmask property

  1. @override
String withNetmask

A string representation of the network, with the mask in net mask notation.

Implementation

@override
String get withNetmask => '$networkAddress/$netmask';