french constant

DocumentLanguage const french

Implementation

static const DocumentLanguage french = DocumentLanguage(
  code: 'fr',
  name: 'Fran\u00e7ais',
  flag: '\u{1F1EB}\u{1F1F7}',
  hunspellAff: 'assets/dicts/fr.aff',
  hunspellDic: 'assets/dicts/fr.dic',
);