isLastChild method

bool isLastChild(
  1. INode node
)

Implementation

bool isLastChild(INode node) => _lastChildMap[node] != null;