LabelResponse constructor

LabelResponse({
  1. Label? label,
  2. Links? links,
})

Returns a new LabelResponse instance.

Implementation

LabelResponse({
  this.label,
  this.links,
});