ListLabelsResponse constructor

ListLabelsResponse({
  1. List<Label>? labels,
  2. int? productId,
})

Implementation

ListLabelsResponse({
  this.labels,
  this.productId,
});