RADTally addFilter(int op, dynamic args) { filters.add(RADFilter.fromJson({'op': op, 'args': radToCbor(args)})); return this; }