current property

T current
final

The current value which is given to the switch.

Helpful if the value is generated e.g. when the switch constructor is called.

Implementation

final T current;