CacheVersion class

Cache Version model

Constructors

CacheVersion(String name)
Constructor

Properties

binPath String
Get version bin path
no setter
dartBinPath String
Returns dart exec file for cache version
no setter
dartExec String
Returns dart exec file for cache version
no setter
dir Directory
Returns CacheVersion directory
no setter
flutterExec String
Returns flutter exec file for cache version
no setter
hashCode int
The hash code for this object.
no setterinherited
hasOldBinPath bool
Has old dart path structure
no setter
isChannel bool
Is CacheVersion a channel
no setter
name String
Name of the version
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionWeight String
Returns true if CacheVersion is compatible with other
no setter

Methods

compareTo(CacheVersion other) int
Compares CacheVersion with other
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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