NamespaceDirective constructor

NamespaceDirective(
  1. String _prefix,
  2. String? _uri,
  3. SourceSpan? span
)

Implementation

NamespaceDirective(this._prefix, this._uri, SourceSpan? span) : super(span);