update method

  1. @override
void update()
override

Update filtering results. Called when the filter is not changed and the filtering result changes due to the change of the attribute value of the list.

Implementation

@override
void update() {
  _updateFilteredList();
}