parent属性

Zone? parent

此区域的父区域。

如果此为区域,则为null

区域由在现有区域上fork或通过runZoned操作生成,这些操作会fork 当前区域。新区域的父区域是它fork出来的区域。

实现

Zone? get parent;