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