menu
markdown_rich_text package
documentation
html.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._();
markdown_rich_text package
documentation
html
DocumentType
DocumentType.new constructor
DocumentType class