PiVersions class

Versions.

Annotations
  • @freezed

Constructors

PiVersions({required bool hasCoreUpdate, required bool hasWebUpdate, required bool hasFtlUpdate, required String currentCoreVersion, required String currentWebVersion, required String currentFtlVersion, required String latestCoreVersion, required String latestWebVersion, required String latestFtlVersion, required String coreBranch, required String webBranch, required String ftlBranch})
factory

Properties

copyWith → $PiVersionsCopyWith<PiVersions>
no setterinherited
coreBranch String
Current core git branch.
no setterinherited
currentCoreVersion String
Current core version.
no setterinherited
currentFtlVersion String
Current FTL server version.
no setterinherited
currentWebVersion String
Current web interface version.
no setterinherited
ftlBranch String
Current core FTL server branch.
no setterinherited
hasCoreUpdate bool
Core update flag.
no setterinherited
hasFtlUpdate bool
FTL server update flag.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasWebUpdate bool
Web interface update flag.
no setterinherited
latestCoreVersion String
Latest core version available.
no setterinherited
latestFtlVersion String
Latest FTL server version available.
no setterinherited
latestWebVersion String
Latest web interface version available.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webBranch String
Current web interface git branch.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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