LabelIds constructor

LabelIds({
  1. List<String>? labelIds,
})

Implementation

LabelIds({
  this.labelIds,
});