name method

Textarea name(
  1. String n
)

Implementation

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