cases property

Iterable<SwitchCase> cases
final

The cases of this switch.

Implementation

final Iterable<SwitchCase> cases;