ListCopyWith<$R, $E, $C> constructor
ListCopyWith<$R, $E, $C> (
- List<
$E> value, - ItemCopyWith<
$C, $E, $R> item, - Then<
List< then$E> , $R>
Implementation
factory ListCopyWith(
List<$E> value,
ItemCopyWith<$C, $E, $R> item,
Then<List<$E>, $R> then,
) = _ListCopyWith;