Map<String, dynamic> toMap() { return { 'value': value, 'height': height, 'width': width, 'type': type, 'video_progress_sec': videoProgressSec, }; }