LinuxAttributes class

Base attributes for a Linux platform.

Includes the architecture of the platform and a default name. Distribution-specific subclasses can extend this class to include additional metadata such as version numbers.

Inheritance
Implementers

Constructors

LinuxAttributes({required LinuxArchitecture architecture, String name = "linux", Version version = const Version(0, 0, 0)})
const

Properties

architecture LinuxArchitecture
final
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version Version
final

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