isTopLevel property
Whether this declaration is top-level.
A declaration is considered top-level if its owner is a LibraryMirror.
Implementation
bool get isTopLevel;
Whether this declaration is top-level.
A declaration is considered top-level if its owner is a LibraryMirror.
bool get isTopLevel;