CreateProductResponse constructor

CreateProductResponse({
  1. required Product data,
})

Returns a new CreateProductResponse instance.

Implementation

CreateProductResponse({
  required this.data,
});