menu
html package
documentation
dom.dart
DocumentType
DocumentType constructor
DocumentType constructor
dark_mode
light_mode
DocumentType
constructor
DocumentType
(
String
?
name
,
String
?
publicId
,
String
?
systemId
)
Implementation
DocumentType(this.name, this.publicId, this.systemId) : super._();
html package
documentation
dom
DocumentType
DocumentType constructor
DocumentType class