toMap method
Implementation
Map<String, dynamic> toMap() => {
'total': total,
'column': column,
'row': row,
'interval': interval,
'filename': filename,
'seekThumbnailImagePath': seekThumbnailImagePath,
'width': width,
'height': height,
};