max function

Attribute<MaxAttr> max(
  1. String value
)

Implementation

Attribute<MaxAttr> max(String value) {
  return Attribute('max', value);
}