QudsListNotifier<T> constructor
Create an instance of QudsListNotifier
Implementation
QudsListNotifier({Iterable<T>? initialList, this.jsonCreator}) {
if (initialList != null) _list.addAll(initialList);
}
Create an instance of QudsListNotifier
QudsListNotifier({Iterable<T>? initialList, this.jsonCreator}) {
if (initialList != null) _list.addAll(initialList);
}