Map<String, dynamic> toJson() { final end = this.end; final start = this.start; return { 'End': end, 'Start': start, }; }