转换为 JSON 映射
Convert to a JSON map
Map<String, dynamic> toJson() { return { 'id': id, 'startMs': startMs, 'endMs': endMs, 'title': title, 'thumbnailUrl': thumbnailUrl, }; }