UploadedNpmPackage class
An npm package uploaded to Artifact Registry using the NpmPackage directive.
Constructors
- UploadedNpmPackage({FileHashes? fileHashes, TimeSpan? pushTiming, String? uri})
- UploadedNpmPackage.fromJson(Map json_)
Properties
- fileHashes ↔ FileHashes?
-
Hash types and values of the npm package.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pushTiming ↔ TimeSpan?
-
Stores timing information for pushing the specified artifact.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri ↔ String?
-
URI of the uploaded npm 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