notEquals method

bool notEquals(
  1. String other
)

Case in-equality check.

Implementation

bool notEquals(String other) => this != other;