Reference to the 'app' object.
AppObject? get app => _app;
Set the 'app' object but only once!
set app(AppObject? app) => _app ??= app;