ScriptAttribute constructor

const ScriptAttribute(
  1. String val
)

Implementation

const ScriptAttribute(String val)
    : super('script', AttributeScope.IGNORE, val);