blob property

String? blob

Base64 string with BLOB (only supported for image). The following prefix must be added before the string: data:image/png;base64,

Implementation

String? get blob;