icon property

String? icon
getter/setter pair

Base64 encoded image representing the data exchange.

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 content of the fields are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.

Optional.

Implementation

core.String? icon;