notEqual function

bool notEqual(
  1. dynamic prev,
  2. dynamic next
)

Implementation

bool notEqual(prev, next) => prev != next;