Case-insensitive in-equality check.
bool notEqualsIgnoreCase(String other) => toLowerCase() != other.toLowerCase();