TimeEl constructor
TimeEl({})
Creates a <time> element descriptor with dateTime attribute shorthand.
Implementation
TimeEl({super.text, String? dateTime, super.className, super.style, Map<String, String>? attrs, super.children = const [], super.on})
: super('time', attrs: _mergeAttrs(attrs, {if (dateTime != null) 'datetime': dateTime}));