$LifeItemEntityCopyWith<$Res> constructor

$LifeItemEntityCopyWith<$Res>(
  1. LifeItemEntity value,
  2. $Res then(
    1. LifeItemEntity
    )
)

Implementation

factory $LifeItemEntityCopyWith(
        LifeItemEntity value, $Res Function(LifeItemEntity) then) =
    _$LifeItemEntityCopyWithImpl<$Res>;