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
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