scope method

Th scope(
  1. String s
)

Implementation

Th scope(String s) {
  attr('scope', StringAttribute(s));
  return this;
}