emit method
- ListChangeNotification<
E> event
Emits a new event
.
May be used to explicitly notify the listeners of the changes.
Implementation
void emit(ListChangeNotification<E> event) => _changes.add(event);
Emits a new event
.
May be used to explicitly notify the listeners of the changes.
void emit(ListChangeNotification<E> event) => _changes.add(event);