FakeImageExport class final

One recorded FakeMediaTransform.exportImage call.

Annotations

Constructors

FakeImageExport({required String srcPath, required CropRect crop, required ImageEncodeSettings settings})
Records an image export.
const

Properties

crop CropRect
The crop the caller passed.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings ImageEncodeSettings
The encode settings the caller passed.
final
srcPath String
The source path the caller passed.
final

Methods

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

Operators

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