ConvertResultEntity class abstract

Provides converting result data

Implementers

Constructors

ConvertResultEntity({required String processedFileId, String? originSourceLocation, int? token})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
originSourceLocation String?
Input file identifier including transformations, if present.
final
processedFileId String
A UUID of your processed video file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
token int?
A processing job token that can be used to get a job status
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