select property Null safety

T Function<T>(ShiftKeySelected<T> selectable) select
final

Select the appropriate member from a selectable ShiftKeySelected based on the Model's shift status.

Implementation

final T Function<T>(ShiftKeySelected<T> selectable) select;