equalIgnoreCase method

bool equalIgnoreCase(
  1. String? str
)

return true if the are equals without case matching

Implementation

bool equalIgnoreCase(String? str) => _Parser(this).equalIgnoreCase(str);