LabelsQuery constructor

LabelsQuery(
  1. String? searchTerm
)

Implementation

LabelsQuery(String? searchTerm) {
  this.searchTerm = searchTerm;
}