uri property Null safety
Return the URI of the implementation library to be used if the condition is true.
Implementation
StringLiteral get uri;
@Deprecated('Clients should not build AST manually')
Set the URI of the implementation library to be used if the condition is true to the given uri.
Implementation
@Deprecated('Clients should not build AST manually')
set uri(StringLiteral uri);