formenctype function

Attribute<FormenctypeAttr> formenctype(
  1. String value
)

Implementation

Attribute<FormenctypeAttr> formenctype(String value) {
  return Attribute('formenctype', value);
}