URxList<E> constructor

URxList<E>([
  1. List<E>? initial
])

Implementation

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