app property

App? app

Reference to the 'app' object.

Implementation

v.App? get app => _app;
void app=(App? app)

Set the 'app' object but only once!

Implementation

set app(v.App? app) => _app ??= app;