ImageClipTaskProgress class

Progress event emitted by an ImageClipTask.

Constructors

ImageClipTaskProgress({required ImageClipTaskProgressStage stage, required int completedSteps, required int totalSteps, required String message})
Creates a progress event.
const

Properties

completedSteps → int
Number of completed pipeline steps.
final
fraction → double
Progress fraction clamped from 0 to 1.
no setter
hashCode → int
The hash code for this object.
no setteroverride
isCompleted → bool
Whether this event represents a completed task.
no setter
message → String
Human-readable status message.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stage → ImageClipTaskProgressStage
Current task stage.
final
totalSteps → int
Total number of pipeline steps.
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