src function

Attribute<SrcAttr> src(
  1. String value
)

Implementation

Attribute<SrcAttr> src(String value) {
  return Attribute('src', value);
}