completeSingle property

bool completeSingle

Determines whether, when only a single completion is available, it is completed without showing the dialog. Defaults to true.

Implementation

bool get completeSingle => _boolOption('completeSingle', true);