hasChanges property

bool get hasChanges

Implementation

bool get hasChanges => _tables.values.any((table) => table.hasChanges);