PackageOccurrence class
Details on how a particular software package was installed on a system.
Constructors
Properties
- architecture ↔ String?
-
The CPU architecture for which packages in this distribution channel were
built.
getter/setter pair
- cpeUri ↔ String?
-
The cpe_uri in CPE format denoting
the package manager version distributing a package.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- license ↔ License?
-
Licenses that have been declared by the authors of the package.
getter/setter pair
-
location
↔ List<
Location> ? -
All of the places within the filesystem versions of this package have been
found.
getter/setter pair
- name ↔ String?
-
The name of the installed package.
getter/setter pair
- packageType ↔ String?
-
The type of package; whether native or non native (e.g., ruby gems,
node.js packages, etc.).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ Version?
-
The version of the package.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited