spanish constant

DocumentLanguage const spanish

Implementation

static const DocumentLanguage spanish = DocumentLanguage(
  code: 'es',
  name: 'Espa\u00f1ol',
  flag: '\u{1F1EA}\u{1F1F8}',
  hunspellAff: 'assets/dicts/es.aff',
  hunspellDic: 'assets/dicts/es.dic',
);