Labels constructor

Labels({
  1. List<String>? labels,
})

Implementation

Labels({
  this.labels,
});