replace method
Replace value with a new set of WidgetEvent.
Implementation
void replace(Set<WidgetEvent> events) {
value = events;
notifyListeners();
}
Replace value with a new set of WidgetEvent.
void replace(Set<WidgetEvent> events) {
value = events;
notifyListeners();
}