min function

Attribute<MinAttr> min(
  1. String value
)

Implementation

Attribute<MinAttr> min(String value) {
  return Attribute('min', value);
}