maxlength method

Textarea maxlength(
  1. int m
)

Implementation

Textarea maxlength(int m) {
  attr('maxlength', StringAttribute('$m'));
  return this;
}