URxList<E> constructor
URxList<E> ([
- List<
E> ? initial
Implementation
URxList([List<E>? initial]) : super(initial ?? <E>[]);
URxList([List<E>? initial]) : super(initial ?? <E>[]);