$Doctype constructor

  1. @override
$Doctype([
  1. List<String> params = const ['html']
])

Implementation

@override
$Doctype([this.params = const ['html']]);