neq top-level property

bool Function(dynamic a, dynamic b) neq
getter/setter pair

checks if the two values are not equal !=

Implementation

var neq = _ops.neq;