max method

Input max(
  1. String m
)

Implementation

Input max(String m) {
  attr('max', StringAttribute(m));
  return this;
}