RxList<T> constructor

RxList<T>([
  1. List<T> _value = const []
])

Creates a RxList.

Implementation

RxList([this._value = const []]);