isNotEqualTo method

bool isNotEqualTo(
  1. int other
)

Case in-equality check.

Implementation

bool isNotEqualTo(int other) => notEquals(other);