content

lateinit var content: String

The QR code content as a Base64-encoded data URI string.

This typically contains the full data URI including the MIME type and Base64 prefix: data:image/png;base64,{base64-encoded-data}

The bitmap method extracts and decodes this content to create a displayable bitmap.