equalsIgnoreCase abstract method

bool equalsIgnoreCase(
  1. Object? other
)

Whether this string equals other ignoring case.

other can be a String or a Stringer (null means empty string).

Implementation

bool equalsIgnoreCase(Object? other);