ListLabelsResponse constructor

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

Implementation

ListLabelsResponse({
  this.labels,
});