videoTypes constant

List<String> const videoTypes

Implementation

static const List<String> videoTypes = [
  "mp4",
  "wmv",
  "mov",
  "mpg",
  "mpeg",
];