ProvisioningArtifactView class
An object that contains summary information about a product view and a provisioning artifact.
Constructors
- ProvisioningArtifactView({ProductViewSummary? productViewSummary, ProvisioningArtifact? provisioningArtifact})
-
ProvisioningArtifactView.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- productViewSummary → ProductViewSummary?
-
Summary information about a product view.
final
- provisioningArtifact → ProvisioningArtifact?
-
Information about a provisioning artifact. A provisioning artifact is also
known as a product version.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited