neq method

  1. @override
Logic neq(
  1. dynamic other
)
override

Not Equal

Implementation

@override
Logic neq(dynamic other) => ~eq(other);