iconImage property

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

The image content of the icon. See ThumbImageBuffer.

Implementation

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