app property

String? get app
override

Implementation

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

Implementation

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