noMatchFound property

String get noMatchFound

Implementation

String get noMatchFound {
  if (language == french) return '(FR) No match found';
  return 'No match found';
}