conditionals property
latefinal
Lists of all Conditional
s directly contained within this Conditional
(not including itself).
Does not recursively call down through sub-Conditional
s.
Implementation
@override
late final List<Conditional> conditionals = const [];