LogicalProduct constructor

LogicalProduct({
  1. String? lifecycleState,
  2. String? name,
  3. String? productSuite,
  4. bool? replaced,
  5. String? replacement,
  6. String? title,
  7. List<String>? variants,
})

Implementation

LogicalProduct({
  this.lifecycleState,
  this.name,
  this.productSuite,
  this.replaced,
  this.replacement,
  this.title,
  this.variants,
});