maxlength method

Input maxlength(
  1. int m
)

Implementation

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