ListLogicalProductVariantsResponse constructor

ListLogicalProductVariantsResponse({
  1. List<LogicalProductVariant>? logicalProductVariants,
  2. String? nextPageToken,
})

Implementation

ListLogicalProductVariantsResponse({
  this.logicalProductVariants,
  this.nextPageToken,
});