Map<String, dynamic> toJson() { return { 'scriptId': scriptId.toJson(), 'start': start.toJson(), 'end': end.toJson(), }; }