matchCase property
Indicates whether the search should respect case: - True
: the search is
case sensitive.
False
: the search is case insensitive.
Implementation
core.bool? matchCase;
Indicates whether the search should respect case: - True
: the search is
case sensitive.
False
: the search is case insensitive.core.bool? matchCase;