property
isTopLevel

bool isTopLevel
read-only

Is this declaration top-level?

This is defined to be equivalent to: mirror.owner != null && mirror.owner is LibraryMirror