getter & setter
String get appName => _appName ?? '';
set appName(String? appName) => _appName = appName;