$LifeEventRecordEntityCopyWith<$Res> constructor

$LifeEventRecordEntityCopyWith<$Res>(
  1. LifeEventRecordEntity value,
  2. $Res then(
    1. LifeEventRecordEntity
    )
)

Implementation

factory $LifeEventRecordEntityCopyWith(LifeEventRecordEntity value,
        $Res Function(LifeEventRecordEntity) then) =
    _$LifeEventRecordEntityCopyWithImpl<$Res>;