contentFocus constant

Map<String, String> const contentFocus

Implementation

static const Map<String, String> contentFocus = {
  'image': 'IMAGE',
  'video': 'VIDEO',
  'audio': 'AUDIO',
  'text': 'TEXT_ONLY',
};