isRoot property

bool get isRoot
inherited

Whether is controller is the root of all controllers

Implementation

bool get isRoot => _parent == null;