SearchStringsByPrefix constructor
SearchStringsByPrefix({})
Implementation
SearchStringsByPrefix({
required this.strings,
required this.query,
required this.limit,
required this.returnNoneForEmptyQuery,
});
SearchStringsByPrefix({
required this.strings,
required this.query,
required this.limit,
required this.returnNoneForEmptyQuery,
});