DocumentType constructor

DocumentType(
  1. String? name,
  2. String? publicId,
  3. String? systemId
)

Implementation

DocumentType(this.name, this.publicId, this.systemId) : super._();