HostStatus constructor

HostStatus({
  1. HostPhysicalTopology? physicalTopology,
  2. List<String> runningInstances = const [],
})

Implementation

HostStatus({this.physicalTopology, this.runningInstances = const []})
  : super(fullyQualifiedName);