all property

Implementation

List<NodeOutput> get all => isFull
    ? [full!]
    : (start != null && end != null ? [start!, end!] : [(start ?? end)!]);