formmethod function

Attribute<FormmethodAttr> formmethod(
  1. String value
)

Implementation

Attribute<FormmethodAttr> formmethod(String value) {
  return Attribute('formmethod', value);
}