fileNotFound property

String get fileNotFound

Implementation

String get fileNotFound {
  if (language == french) return '(FR) File Not Found';
  return 'File Not Found';
}