isFull property

bool get isFull

Implementation

bool get isFull {
  return children.length >= expectedSymbolCount;
}