Converts this content to JSON-compatible values.
@override Map<String, Object?> toJson() => { 'type': 'image', 'blob': base64Encode(bytes), };