hasChanges property

bool get hasChanges

whether this diff result contains any changes

Implementation

bool get hasChanges {
  return apiChanges.isNotEmpty;
}