reactiveListOf

Returns an empty new MutableReactiveList.


fun <E> reactiveListOf(vararg elements: E): MutableReactiveList<E>

Returns a new MutableReactiveList containing the specified elements