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