CacheFragment class

Constructors

CacheFragment.new({required int begin, required int end, File? file, int expected = 0})
CacheFragment.fromMap(Map map)

Properties

begin int
getter/setter pair
end int
getter/setter pair
expected int
the expected byte count
getter/setter pair
file File?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
received int
received byte count
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(int begin) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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