Time constructor

Time([
  1. String? value
])

The <time> HTML element represents a specific period in time. Read more...

Implementation

Time([super.value]) {
  tag = 'time';
}