UploadedMavenArtifact class
A Maven artifact uploaded using the MavenArtifact directive.
Constructors
- UploadedMavenArtifact({FileHashes? fileHashes, TimeSpan? pushTiming, String? uri})
 - UploadedMavenArtifact.fromJson(Map json_)
 
Properties
- fileHashes ↔ FileHashes?
 - 
  Hash types and values of the Maven Artifact.
  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 artifact.
  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