ParentAware.ancestor

Undocumented in source. Be warned that the author may not have intended to support it.
interface ParentAware(Type)
@property final
Type
ancestor
()
if (
is(Type == interface) ||
is(Type == class)
)

Meta