base property

Expression<bool>? base
finalinherited

The optional base expression.

If it is set, the keys in orderedCases will be compared to this expression.

Implementation

final Expression<T>? base;