acceptChanges method
void
acceptChanges()
Implementation
void acceptChanges() {
for (var row in _rows) {
row.acceptChanges();
}
if (!_isBatchMode) {
notifyListeners();
}
}
void acceptChanges() {
for (var row in _rows) {
row.acceptChanges();
}
if (!_isBatchMode) {
notifyListeners();
}
}