src method

Embed src(
  1. String s
)

Implementation

Embed src(String s) {
  attr('src', StringAttribute(s));
  return this;
}