getConditionals method
- @Deprecated('Use `conditionals` instead.')
Lists of all Conditionals directly contained within this Conditional (not including itself).
Does not recursively call down through sub-Conditionals.
Implementation
@Deprecated('Use `conditionals` instead.')
List<Conditional> getConditionals() => conditionals;