$for function

Attribute<ForAttr> $for(
  1. String value
)

Implementation

Attribute<ForAttr> $for(String value) {
  return Attribute('for', value);
}