notEquals method
Checks for in-equality between the current T
and the method value
Implementation
bool notEquals(T? value) => this != value;
Checks for in-equality between the current T
and the method value
bool notEquals(T? value) => this != value;