isRoot property

bool isRoot

Implementation

bool get isRoot {
  return stackLength <= 1;
}