docx constant

SimpleFileFormat const docx

Implementation

static const docx = SimpleFileFormat(
  uniformTypeIdentifiers: ['org.openxmlformats.wordprocessingml.document'],
  mimeTypes: [
    'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
  ],
);