icon property

String? icon
getter/setter pair

Base64 encoded image representing the listing.

Max Size: 3.0MiB Expected image dimensions are 512x512 pixels, however the API only performs validation on size of the encoded data. Note: For byte fields, the contents of the field are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.

Optional.

Implementation

core.String? icon;