ItemCopyWith<$C, $E, $R> typedef
ItemCopyWith<$C, $E, $R> =
$C Function($E a, Then<$E, $R> b)
Implementation
typedef ItemCopyWith<$C, $E, $R> = $C Function($E a, Then<$E, $R> b);
typedef ItemCopyWith<$C, $E, $R> = $C Function($E a, Then<$E, $R> b);