bool isEmpty

Source

@override
bool get isEmpty {
  return _children.isEmpty;
}