return true if the are equals without case matching
true
bool equalIgnoreCase(String? str) => _Parser(this).equalIgnoreCase(str);