menu
html package
documentation
dom.dart
DocumentType
DocumentType.new constructor
DocumentType.new 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.new constructor
DocumentType class