librarySource property
If this target is associated with a library, return the source of the
library's defining compilation unit; otherwise return null
.
Implementation
@Deprecated('To be removed without replacement')
Source? get librarySource;
If this target is associated with a library, return the source of the
library's defining compilation unit; otherwise return null
.
@Deprecated('To be removed without replacement')
Source? get librarySource;