defaultItem property

List<Conditional>? defaultItem

The default to execute when there was no match with any other CaseItems.

Implementation

List<Conditional>? get defaultItem => _defaultItem;