appName property
String
get
appName
Implementation
String get appName {
if (language == french) return '(FR) Application Name';
return 'Application Name';
}
String get appName {
if (language == french) return '(FR) Application Name';
return 'Application Name';
}