uri property Null safety
Return the URI referenced by this directive.
Implementation
StringLiteral get uri;
@Deprecated('Clients should not build AST manually')
Set the URI referenced by this directive to the given uri.
Implementation
@Deprecated('Clients should not build AST manually')
set uri(StringLiteral uri);