LabelsResponse constructor

LabelsResponse({
  1. List<Label>? labels = const [],
  2. Links? links,
})

Returns a new LabelsResponse instance.

Implementation

LabelsResponse({
  this.labels = const [],
  this.links,
});