ignoreCase property
Specifies if prefix_match and full_path_match matches are case sensitive. The default value is false.
Implementation
@$pb.TagNumber(4)
$core.bool get ignoreCase => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set ignoreCase($core.bool v) {
$_setBool(3, v);
}