src method

Video src(
  1. String s
)

Implementation

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