enctype function

Attribute<EnctypeAttr> enctype(
  1. String value
)

Implementation

Attribute<EnctypeAttr> enctype(String value) {
  return Attribute('enctype', value);
}