hasChanges property

bool get hasChanges

Implementation

bool get hasChanges => _rows.any((row) => row.isDirty);