scope function

Attribute<ScopeAttr> scope(
  1. String value
)

Implementation

Attribute<ScopeAttr> scope(String value) {
  return Attribute('scope', value);
}