label method

Option label(
  1. String l
)

Implementation

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