DownloadValue class

Constructors

DownloadValue({String? downloadStatus, int? quanlity, int? duration, int? size, int? downloadSize, double? progress, String? playPath, bool? isStop, String? url, String? fileId, String? error})
DownloadValue.fromJson(Map json)
factory

Properties

downloadSize int?
final
downloadStatus String?
final
duration int?
final
error String?
final
fileId String?
final
hashCode int
The hash code for this object.
no setterinherited
isStop bool?
final
playPath String?
final
progress double?
final
quanlity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
final
url String?
final

Methods

copyWith({String? downloadStatus, int? quanlity, int? duration, int? size, int? downloadSize, double? progress, String? playPath, bool? isStop, String? url, String? fileId, String? error}) DownloadValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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