@override void beforeUpdate(T oldValue, T newValue) { print("Before update: $oldValue -> $newValue"); }