docTypes constant

List<String> const docTypes

Implementation

static const List<String> docTypes = [
  "pdf",
  "doc",
  "docx",
];