getConditionals method Null safety
override
Lists of all Conditional
s contained within this Conditional
(not including itself).
Recursively calls down through sub-Conditional
s.
Implementation
@override
List<Conditional> getConditionals() => [...then, ...orElse];