notEquals method

bool notEquals(
  1. bool other
)

Case in-equality check.

Implementation

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