low function

Attribute<LowAttr> low(
  1. String value
)

Implementation

Attribute<LowAttr> low(String value) {
  return Attribute('low', value);
}