name method

Input name(
  1. String n
)

Implementation

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