ExportOptions class

Export configuration options.

Constructors

ExportOptions({String? filename, ImageOptions? image, SerializationOptions? serialization, VideoOptions? video, bool? forceExport})
Creates new ExportOptions.

Properties

filename String?
The filename for the exported data if the ImageOptions.exportType is not ImageExportType.dataUrl. The correct filename extension will be automatically added based on the selected export format. It can be an absolute path or file URL or a relative path. If some relative path is chosen it will be created in a temporary system directory and overwritten if the corresponding file already exists. If the value is null an new temporary file will be created for every export.
final
forceExport bool?
If enabled, the photo/video will be rendered and exported in the defined output format even if no changes have been applied. Otherwise, the input asset will be passed through and might not match the defined output format.
final
hashCode int
The hash code for this object.
no setterinherited
image ImageOptions?
Image export configuration if the editor supports image editing.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialization SerializationOptions?
Export configuration of the serialized image and video editing operations that were applied to the input media loaded into the editor. This also allows to recover these operations the next time the editor is opened again.
final
video VideoOptions?
Video export configuration if the editor supports video editing.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited