Creates a reactive list.
If initial is provided, it is used as the backing list. Otherwise, an empty list is created.
initial
LxList([List<E>? initial, String? name]) : super(initial ?? <E>[]);