JobStatus class
- Available extensions
- Annotations
-
- @freezed
Constructors
-
JobStatus.new({@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}) -
constfactory
-
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
- hasBlob → bool
-
Available on JobStatus, provided by the $JobStatusExtension extension
Returns true ifblob
is not null, otherwise false.no setter - hasError → bool
-
Available on JobStatus, provided by the $JobStatusExtension extension
Returns true iferror
is not null, otherwise false.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- hasMessage → bool
-
Available on JobStatus, provided by the $JobStatusExtension extension
Returns true ifmessage
is not null, otherwise false.no setter - hasNotBlob → bool
-
Available on JobStatus, provided by the $JobStatusExtension extension
Returns true ifblob
is null, otherwise false.no setter - hasNotError → bool
-
Available on JobStatus, provided by the $JobStatusExtension extension
Returns true iferror
is null, otherwise false.no setter - hasNotMessage → bool
-
Available on JobStatus, provided by the $JobStatusExtension extension
Returns true ifmessage
is null, otherwise false.no setter - hasNotUnknown → bool
-
Available on JobStatus, provided by the $JobStatusExtension extension
Returns true if this object has not unknown objects, otherwise false.no setter - hasUnknown → bool
-
Available on JobStatus, provided by the $JobStatusExtension extension
Returns true if this object has unknown objects, otherwise false.no setter - 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