UpdateProduct constructor
UpdateProduct({})
Returns a new UpdateProduct instance.
Implementation
UpdateProduct({
this.name,
this.slug,
this.description,
this.features = const [],
this.status,
});
Returns a new UpdateProduct instance.
UpdateProduct({
this.name,
this.slug,
this.description,
this.features = const [],
this.status,
});