selfWithRecursiveChildren property
All the element children connected to this, and their children recursively.
Implementation
Iterable<Iso11783Element> get selfWithRecursiveChildren => [
this,
...recursiveChildren ?? [],
];
All the element children connected to this, and their children recursively.
Iterable<Iso11783Element> get selfWithRecursiveChildren => [
this,
...recursiveChildren ?? [],
];