srclang method

Track srclang(
  1. String sl
)

Implementation

Track srclang(String sl) {
  attr('srclang', StringAttribute(sl));
  return this;
}