label method

Track label(
  1. String l
)

Implementation

Track label(String l) {
  attr('label', StringAttribute(l));
  return this;
}