store property

String get store

Implementation

String get store {
  if (language == french) return '(FR) Application Link';
  return 'Application Link';
}