$ property

Signal<Iterable<E>> get $

Return a signal from a Iterable value

Implementation

Signal<Iterable<E>> get $ => signal<Iterable<E>>(this);