thumbImage property

  1. @JsonKey(name: 'thumbImage')
ThumbImageBuffer? thumbImage
final

The image content of the thumbnail. See ThumbImageBuffer.

Implementation

@JsonKey(name: 'thumbImage')
final ThumbImageBuffer? thumbImage;