isEqualTo method

bool isEqualTo(
  1. String other
)

Case equality check.

Implementation

bool isEqualTo(String other) => equals(other);