notEquals method

*<Null safety>*

void notEquals (dynamic val)

Implementation

void notEquals(dynamic val) => _internalEquals(val, true);