suggestionMatches property

(dynamic Function(Matcher? matcher, List matches)?) suggestionMatches
final

Returns a list of the suggestions that match your current Matcher.

Eg "@I" would return "@Ironman" and "@BlackWidow"

Implementation

final Function(Matcher? matcher, List matches)? suggestionMatches;