Deprecated image accessor. Use getImage or img instead.
@Deprecated('Use getImage method or the img getter instead') Uint8List get image { return img.getRenderableImageBytes() ?? Uint8List.fromList(<int>[]); }