name method

Output name(
  1. String n
)

Implementation

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