$ property

Signal<Set<E>> get $

Return a signal from a Set value

Implementation

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