ScriptAttribute constructor

ScriptAttribute(
  1. ScriptAttributes? val
)

Implementation

ScriptAttribute(ScriptAttributes? val)
    : super('script', AttributeScope.inline, val?.value);