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