AudioFileModificationProgressEvent class final

Annotations
  • @immutable

Properties

hashCode int
The hash code for this object.
no setterinherited
isFinished bool
True if this is the last AudioFileModificationProgressEvent.
final
outputFilepath String
The filepath to the output file.
final
outTime Duration
The amount of time that has already been converted.
final
percent double
The conversion progress in percent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalSize int
The total amount of bytes written to the output file.
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