isCaseSensitive property Null safety
Whether this regular expression is case sensitive.
If the regular expression is not case sensitive, it will match an input letter with a pattern letter even if the two letters are different case versions of the same letter.
Implementation
bool get isCaseSensitive;