isChanged method

bool isChanged(
  1. AbsExModel other
)

Implementation

bool isChanged(AbsExModel other) => !(this == other);