input property

Object input
final

The value to switch on. This is typically a reference, e.g. an ArgsReference, which must be resolved by the runtime to determine the actual value on which to switch.

Implementation

final Object input;