onSavedMultiSelection property

FormFieldSetter<List<T>>? onSavedMultiSelection
final

An optional method to call with the final value when the form is saved via

Implementation

final FormFieldSetter<List<T>>? onSavedMultiSelection;