form method

Textarea form(
  1. String f
)

Implementation

Textarea form(String f) {
  attr('form', StringAttribute(f));
  return this;
}