didChangeData method
Called after resource data changes from load, refresh, replace, or update.
Application controllers can override this to recompute derived state or command availability in one place. The new data value is already installed when this hook runs. Do not call notifyListeners here; Carpenter completes the owning lifecycle notification after the hook.
Implementation
@protected
void didChangeData(T? previous, T next) {}