ProductWithoutPrice constructor

ProductWithoutPrice([
  1. void updates(
    1. ProductWithoutPriceBuilder b
    )
])

Implementation

factory ProductWithoutPrice([void updates(ProductWithoutPriceBuilder b)]) = _$ProductWithoutPrice;