Time constructor
Time([
- String? value
The <time>
HTML element represents
a specific period in time.
Read more...
Implementation
Time([super.value]) {
tag = 'time';
}
The <time>
HTML element represents
a specific period in time.
Read more...
Time([super.value]) {
tag = 'time';
}