Allowed constructor

Allowed({
  1. String? iPProtocol,
  2. List<String> ports = const [],
})

Implementation

Allowed({this.iPProtocol, this.ports = const []}) : super(fullyQualifiedName);