Script constructor

Script([
  1. String? value
])

The <script> HTML element is used to embed executable code or data; this is typically used to embed or refer to JavaScript code. Read more...

Implementation

Script([super.value]) {
  tag = 'script';
}