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