toMap method

Map<String, dynamic> toMap()

Implementation

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