Map<String, dynamic> toMap() { // ignore: unnecessary_cast return { 'event': this.event, 'jsep': this.jsep, } as Map<String, dynamic>; }