PhotoEditorResult class

Returned if an editor has completed exporting.

Properties

hasChanges bool
Indicating whether the image has been changed at all.
final
hashCode int
The hash code for this object.
no setterinherited
image String
The edited image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialization → dynamic
The serialization contains the applied changes. This is only returned in case Configuration.export.serialization.enabled is set to true. The serialization can either be the path of the serialization file as a String in case that Configuration.export.serialization.exportType is set to SerializationExportType.fileUrl or an object if Configuration.export.serialization.exportType is set to SerializationExportType.object.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the PhotoEditorResult for JSON parsing.
toString() String
A string representation of this object.
inherited

Operators

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