name method

Slot name(
  1. String n
)

Implementation

Slot name(String n) {
  attr('name', StringAttribute(n));
  return this;
}