ReleaseFile class

Implemented types
Available Extensions

Constructors

ReleaseFile(String filePath, Object data, {DateTime? time, bool executable = false, bool compressed = false})

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

Static Methods

normalizePath(String path) String
toBytes(Object data) Object