setLabel method

void setLabel(
  1. Label label
)

Implementation

void setLabel(Label label) {
  this.label = label;
}