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