DocumentConvertingResultEntity class

Inheritance

Constructors

DocumentConvertingResultEntity({required String processedFileId, String? originSourceLocation, int? token})
const
DocumentConvertingResultEntity.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
originSourceLocation String?
Input file identifier including transformations, if present.
finalinherited
processedFileId String
A UUID of your processed video file.
finalinherited
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
finalinherited

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