supportsSuggestions property

bool supportsSuggestions

Supports of suggestions.

True if suggest is supported by locator task.

Implementation

bool get supportsSuggestions {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_LocatorInfo_getSupportsSuggestions(
      _handle,
      errorHandler,
    );
  });
}