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