high function

Attribute<HighAttr> high(
  1. String value
)

Implementation

Attribute<HighAttr> high(String value) {
  return Attribute('high', value);
}