restrictTo property

Set<String>? restrictTo
final

If non-null, guesses whose code is not in this set are dropped before ranking. See the constructor doc for how this interacts with pureDart's backend-level narrowing.

Implementation

final Set<String>? restrictTo;