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