//////// ////////
/* Clean */ /////////// @override set clean(bool b) { dirty = false; rows.forEach((index, row) => row.dirty = false); }