ListenableList<T>.from constructor

ListenableList<T>.from(
  1. Iterable<T>? other
)

Implementation

ListenableList.from(Iterable<T>? other) : super(other);