$LifeStageEntityCopyWith<$Res> constructor

$LifeStageEntityCopyWith<$Res>(
  1. LifeStageEntity value,
  2. $Res then(
    1. LifeStageEntity
    )
)

Implementation

factory $LifeStageEntityCopyWith(
        LifeStageEntity value, $Res Function(LifeStageEntity) then) =
    _$LifeStageEntityCopyWithImpl<$Res>;