UtilityNetworkState class final

Defines the current state of a utility network.

These read-only properties provide detailed information about the current state of the utility network topology. For more information about dirty areas and/or errors in the network, see UtilityNetwork.dirtyAreaTable.

Implemented types

Properties

hasDirtyAreas bool
True if the network topology of the utility network contains any dirty areas, false otherwise.
no setter
hasErrors bool
True if the network topology of the utility network has any errors, false otherwise.
no setter
hashCode int
The hash code for this object.
no setterinherited
isNetworkTopologyEnabled bool
True if this utility network has network topology enabled, false otherwise.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited