form function

Attribute<FormAttr> form(
  1. String value
)

Implementation

Attribute<FormAttr> form(String value) {
  return Attribute('form', value);
}