image property
- @Deprecated('Use imageData instead. This legacy Base64 field will be removed in a future release.')
final
Legacy Base64 encoded image string representing the image annotation.
Deprecated: Use imageData instead.
for example:iVBORw0KGgoAAAANSUhEUgAAAgIAAABzCAY...
Implementation
@Deprecated(
'Use imageData instead. This legacy Base64 field will be removed in a future release.')
final String? image;