labels property

List<String> get labels

Returns the list of labels that the remote peer is producing

Implementation

List<String> get labels {
  return _labelsToProducerId.keys.toList();
}