toJson method

Map<String, dynamic> toJson()

Implementation

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