PackageKitPackageId class

An ID that uniquely identifies a package.

Constructors

PackageKitPackageId({required String name, required String version, String arch = '', String data = ''})
const
PackageKitPackageId.fromString(String value)
factory

Properties

arch String
The architecture of the package, e.g. "amd64".
final
data String
final
hashCode int
The hash code for this object.
no setteroverride
name String
The name of the package, e.g. "zenity".
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
The version of the package, e.g. "1.2.3".
final

Methods

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.
override