isRoot property

bool isRoot

Implementation

bool get isRoot {
  return null == parent;
}