equalsIgnoreCase method

bool equalsIgnoreCase(
  1. String? s
)

Implementation

bool equalsIgnoreCase(String? s) => lowercase == s?.lowercase;