ConstraintDetail class
Information about a constraint.
Constructors
- ConstraintDetail({String? constraintId, String? description, String? owner, String? portfolioId, String? productId, String? type})
-
ConstraintDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- constraintId → String?
-
The identifier of the constraint.
final
- description → String?
-
The description of the constraint.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- owner → String?
-
The owner of the constraint.
final
- portfolioId → String?
-
The identifier of the portfolio the product resides in. The constraint
applies only to the instance of the product that lives within this
portfolio.
final
- productId → String?
-
The identifier of the product the constraint applies to. Note that a
constraint applies to a specific instance of a product within a certain
portfolio.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The type of constraint.
final
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