src method

Audio src(
  1. String s
)

Implementation

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