min method

Input min(
  1. String m
)

Implementation

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