currentApp property
ApplicationModel?
get
currentApp
Implementation
static ApplicationModel? get currentApp => _brandedApp ?? _app;
set
currentApp
(ApplicationModel? app)
Implementation
static set currentApp (ApplicationModel? app) => _app = app;