RxxList<T> constructor

RxxList<T>([
  1. List<T> initial = const []
])

Implementation

RxxList([List<T> initial = const []]):super(initial);