caseSensitive property
Whether the search is case sensitive.
Implementation
@$pb.TagNumber(3)
$core.bool get caseSensitive => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set caseSensitive($core.bool v) {
$_setBool(2, v);
}
Whether the search is case sensitive.
@$pb.TagNumber(3)
$core.bool get caseSensitive => $_getBF(2);
@$pb.TagNumber(3)
set caseSensitive($core.bool v) {
$_setBool(2, v);
}