uriSource property Null safety
Return the source to which the uri was resolved.
Implementation
Source? get uriSource;
@Deprecated('Clients should not build AST manually')
Set the source to which the uri was resolved to the given source
.
Implementation
@Deprecated('Clients should not build AST manually')
set uriSource(Source? source);