MEDIA_OPERATORS constant

List<Map<String, Object>> const MEDIA_OPERATORS

Implementation

static const List<Map<String, Object>> MEDIA_OPERATORS = [
  {'type': TokenKind.MEDIA_OP_ONLY, 'value': 'only'},
  {'type': TokenKind.MEDIA_OP_NOT, 'value': 'not'},
  {'type': TokenKind.MEDIA_OP_AND, 'value': 'and'},
];