fileTypes top-level constant

Map<String, String> const fileTypes

Implementation

const fileTypes = {
  'docx': 'word',
  'xlsx': 'cell',
  'pptx': 'slide',
};