LogicalProductVariant constructor

LogicalProductVariant({
  1. String? lifecycleState,
  2. String? name,
  3. bool? replaced,
  4. String? replacement,
  5. String? title,
})

Implementation

LogicalProductVariant({
  this.lifecycleState,
  this.name,
  this.replaced,
  this.replacement,
  this.title,
});