ListenableList<T> constructor

ListenableList<T>()

This is a ChangeNotifier class that can be handled as a list.

When the contents of the list change, you will be notified of the change.

Implementation

ListenableList() : super([]);