SerializationOptions class

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.

Constructors

SerializationOptions({bool? embedSourceImage, bool? enabled, SerializationExportType? exportType, String? filename})
Creates new SerializationOptions.

Properties

embedSourceImage bool?
Whether the serialization data should include the original input image data.
final
enabled bool?
Whether the serialization of the editing operations should be exported.
final
exportType SerializationExportType?
The serialization export type.
final
filename String?
The file URI for the exported serialization data if the exportType is SerializationExportType.fileUrl. The filename extension for JSON will be automatically added. If the value is null an new temporary file will be created for every export based on the filename for the exported image or video data.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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