networkLocation property

NetworkLocation? networkLocation

Network location.

The facility'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;
void networkLocation=(NetworkLocation? value)

Implementation

set networkLocation(NetworkLocation? value) => _networkLocation.value = value;