menu
autobot package
documentation
components/task/task.mapper.g.dart
ListCopyWith<$R, $T, $C>
ListCopyWith.new constructor
ListCopyWith.new constructor
dark_mode
light_mode
ListCopyWith<
$R
,
$T
,
$C
>
constructor
ListCopyWith<
$R
,
$T
,
$C
>
(
List
<
$T
>
value
,
$C
itemCopyWith
(
$T
a
,
Then
<
$T
,
$R
>
b
),
Then
<
List
<
$T
>
,
$R
>
then
)
Implementation
ListCopyWith(List<$T> value, this.itemCopyWith, Then<List<$T>, $R> then) : super(value, then);
autobot package
documentation
components/task/task.mapper.g
ListCopyWith<$R, $T, $C>
ListCopyWith.new constructor
ListCopyWith class