notEquals method

bool notEquals(
  1. int other
)

Case in-equality check.

Implementation

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