app property

String? get app

Implementation

String? get app => _$this._app;
set app (String? app)

Implementation

set app(String? app) => _$this._app = app;