CharsetDirective constructor

CharsetDirective(
  1. String charEncoding,
  2. SourceSpan? span
)

Implementation

CharsetDirective(this.charEncoding, SourceSpan? span) : super(span);