isLeaf property

bool isLeaf

Implementation

bool get isLeaf {
  return partChildren.isEmpty && paramChildren.isEmpty && wildcardChild == null;
}