modelChanged property

bool get modelChanged

Implementation

bool get modelChanged {
  return !match(prevModel?.id, curModel.id);
}