Map<String, dynamic> toJson() { return { 'values': [...values], 'limit': limit, 'maxEventStates': maxEventStates, }; }