PartialDownloadOptions class

Options for downloading a Media.

Inheritance

Constructors

PartialDownloadOptions(ByteRange range)

Properties

hashCode int
The hash code for this object.
no setterinherited
isFullDownload bool
true if this is a full download and false if this is a partial download.
no setter
isMetadataDownload bool
Indicates whether metadata should be downloaded.
no setteroverride
range ByteRange
The range of bytes to be downloaded
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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