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