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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited