conditionals property

List<Conditional> conditionals

Lists of all Conditionals directly contained within this Conditional (not including itself).

Does not recursively call down through sub-Conditionals.

Implementation

List<Conditional> get conditionals;