ReleaseFile class
- Implemented types
- Available extensions
Constructors
Properties
- compressed → bool
-
final
-
data
→ FutureOr<
Uint8List> -
no setter
-
dataAsString
→ Future<
String> -
no setter
-
dataSHA256
→ FutureOr<
Uint8List> -
no setter
- executable → bool
-
final
- filePath → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
length
→ FutureOr<
int> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time → DateTime
-
final
Methods
-
compareTo(
ReleaseFile other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toInfo(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited