setLabel method

T setLabel(
  1. String label
)

Implementation

T setLabel(String label) {
  _label = label;
  return this as T;
}