selection property

  1. @override
S2MultiSelection<T>? selection
covariantgetter/setter pairoverride

State of the selected choice(s) State of choice(s) selection in the modal

Implementation

// @override
// S2MultiSelected<T> selected = S2MultiSelected<T>();

/// State of choice(s) selection in the modal
@override
S2MultiSelection<T>? selection;