Var constructor

Var([
  1. String? value
])

The <var> HTML element represents the name of a variable in a mathematical expression or a programming context. Read more...

Implementation

Var([super.value]) {
  tag = 'var';
}