withHostmask property

  1. @override
String withHostmask

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

Implementation

@override
String get withHostmask => '$ip/${network.hostmask}';