JobStatus class

Available extensions
Annotations
  • @freezed

Constructors

JobStatus({@Default(appBskyVideoDefsJobStatus) @JsonKey(name: r'$type') String $type, required String jobId, required String did, @UJobStatusStateConverter() required UJobStatusState state, @Default(0) int progress, @BlobConverter() Blob? blob, String? error, String? message, @JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown})
const
factory
JobStatus.fromJson(Map<String, dynamic> json)
factory

Properties

$type String
The unique namespace for this lex object.
no setterinherited
$unknown Map<String, dynamic>?
Contains unknown objects not defined in Lexicon.
no setterinherited
blob Blob?
no setterinherited
copyWith → $JobStatusCopyWith<JobStatus>
no setterinherited
did String
no setterinherited
error String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
jobId String
no setterinherited
message String?
no setterinherited
progress int
Progress within the current processing state.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state UJobStatusState
The state of the video processing job. All values not listed as a known value indicate that the job is in process.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited