toJson method
Implementation
Map<String, dynamic> toJson() => {
"bitmap": bitmap,
"thumbBitmap": thumbBitmap,
"type": type,
"thumbWidth": thumbWidth,
"thumbHeight": thumbHeight,
"width": width,
"height": height,
};