Ne constant
Op
const Ne
'is not equal to' relational comparision operator
Implementation
static const Op Ne = const Op._(1, '<>');
'is not equal to' relational comparision operator
static const Op Ne = const Op._(1, '<>');