addApp property

String get addApp

Implementation

String get addApp {
  if (language == french) return '(FR) Add App';
  return 'Add App';
}