CharsetDirective constructor
CharsetDirective(
- String charEncoding,
- SourceSpan? span
Implementation
CharsetDirective(this.charEncoding, SourceSpan? span) : super(span);
CharsetDirective(this.charEncoding, SourceSpan? span) : super(span);