isRoot property

bool isRoot

Whether is controller is the root of all controllers

Implementation

bool get isRoot => _parent == null;