supportsRerouting property

bool supportsRerouting

Value of service property "Supports Rerouting"

If property doesn't exist on service value will be false. For local data value will be true.

Implementation

bool get supportsRerouting {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_RouteTaskInfo_getSupportsRerouting(
        _handle, errorHandler);
  });
}