selection property
Feedback
get
selection
Implementation
Feedback get selection => _selection;
set
selection
(Feedback newValue)
Implementation
set selection(Feedback newValue) {
_selection = newValue;
_controller.updateFeedback();
}