Member predicate ExportsDirective::isQualified
Holds if this exports
directive is qualified, that is,
it contains a to
clause.
For qualified exports
directives, exported types and members
are accessible only to code in the specified modules.
For unqualified exports
directives, they are accessible
to code in any module.
predicate isQualified()