label method

Optgroup label(
  1. String l
)

Implementation

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