networkLocation property
Network location.
The incident's location on the network that can be populated by closest facility task. Set to null for resetting a network location.
Implementation
NetworkLocation? get networkLocation => _networkLocation.value;
Implementation
set networkLocation(NetworkLocation? value) => _networkLocation.value = value;