Samp constructor

Samp([
  1. String? value
])

The <samp> HTML element is used to enclose inline text which represents sample (or quoted) output from a computer program. Read more...

Implementation

Samp([super.value]) {
  tag = 'samp';
}