scoped function

Attribute<ScopedAttr> scoped(
  1. String value
)

Implementation

Attribute<ScopedAttr> scoped(String value) {
  return Attribute('scoped', value);
}