setLabel method

void setLabel(
  1. String value
)
inherited

Sets the label of this.

Implementation

void setLabel(String value) => _label = value;