Map<String, dynamic> toJson() { final endpoint = this.endpoint; final events = this.events; return { 'Endpoint': endpoint, 'Events': events, }; }