appTitle property

String? get appTitle

Implementation

String? get appTitle => _$this._appTitle;
set appTitle (String? appTitle)

Implementation

set appTitle(String? appTitle) => _$this._appTitle = appTitle;