FontFaceDirective constructor

FontFaceDirective(
  1. DeclarationGroup _declarations,
  2. SourceSpan? span
)

Implementation

FontFaceDirective(this._declarations, SourceSpan? span) : super(span);