searchQuery property
Optional so "no search" is expressible; empty string is not a filter.
Implementation
@$pb.TagNumber(7)
$core.String get searchQuery => $_getSZ(5);
Implementation
@$pb.TagNumber(7)
set searchQuery($core.String value) => $_setString(5, value);