orderedCases property

Iterable<CaseWhen<bool, R>> orderedCases
finalinherited

The when-then entries for this expression.

This expression will evaluate to the value of the entry with a matching key.

Implementation

final Iterable<CaseWhen<T, R>> orderedCases;