Timing class

Details about the timing of a job.

Constructors

Timing({int? finishTimeMillis, int? startTimeMillis, int? submitTimeMillis})
Timing.fromJson(Map<String, dynamic> json)
factory

Properties

finishTimeMillis int?
The time the job finished transcoding, in epoch milliseconds.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTimeMillis int?
The time the job began transcoding, in epoch milliseconds.
final
submitTimeMillis int?
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
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