PackageNote class

PackageNote represents a particular package version.

Constructors

PackageNote({String? architecture, String? cpeUri, String? description, List<Digest>? digest, List<Distribution>? distribution, License? license, String? maintainer, String? name, String? packageType, String? url, Version? version})
PackageNote.fromJson(Map json_)

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
description String?
The description of this package.
getter/setter pair
digest List<Digest>?
Hash value, typically a file digest, that allows unique identification a specific package.
getter/setter pair
distribution List<Distribution>?
The various channels by which a package is distributed.
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
maintainer String?
A freeform text denoting the maintainer of this package.
getter/setter pair
name String?
The name of the 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
url String?
The homepage for this package.
getter/setter pair
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