source property

Uri source
final

A URL pointing to the location and class name.

For example, LinkedHashMap looks like: dart:collection#LinkedHashMap.

An accessor to a top-level field or method does not have a fragment and is instead represented as just something like dart:collection, with the accessor field as the name of the symbol.

Implementation

final Uri source;