reactiv property

ReactiveList<E> reactiv

Converts a standard List into a ReactiveList with reactive capabilities.

Implementation

ReactiveList<E> get reactiv => ReactiveList<E>(this);