RemoteUploadJob class
Represents a remote upload job.
Constructors
- RemoteUploadJob.new({required int jobId, required int type, required String typeLabel, required String folderId, required String url, String? name, required int size, required int state, required String stateLabel, FileInfo? file, required int dlSize, required int speed, required DateTime created, DateTime? updated, String? error})
-
RemoteUploadJob.fromJson(Map<
String, dynamic> json) -
Converts a JSON map into a RemoteUploadJob object.
factory
Properties
- created → DateTime
-
final
- dlSize → int
-
final
- error → String?
-
final
- file → FileInfo?
-
final
- folderId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobId → int
-
final
- name → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
final
- speed → int
-
final
- state → int
-
final
- stateLabel → String
-
final
- type → int
-
final
- typeLabel → String
-
final
- updated → DateTime?
-
final
- url → String
-
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