PackageKitPackageEvent class

An event from the backend to indicate a package.

Inheritance

Constructors

PackageKitPackageEvent({required PackageKitInfo info, required PackageKitPackageId packageId, required String summary})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
info PackageKitInfo
Information about this package.
final
packageId PackageKitPackageId
The id for this package.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String
The one line package summary, e.g. "Clipart for OpenOffice".
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