getConditionals method

  1. @Deprecated('Use `conditionals` instead.')
List<Conditional> getConditionals()

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;