FileLabelInfo constructor

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

Implementation

FileLabelInfo({
  this.labels,
});