data property

String? data
getter/setter pair

Image data in format determined by the mime type.

Currently, the format will always be "image/png", but this might change in the future.

Implementation

core.String? data;