$LifeRoadEntityCopyWith<$Res> constructor

$LifeRoadEntityCopyWith<$Res>(
  1. LifeRoadEntity value,
  2. $Res then(
    1. LifeRoadEntity
    )
)

Implementation

factory $LifeRoadEntityCopyWith(
        LifeRoadEntity value, $Res Function(LifeRoadEntity) then) =
    _$LifeRoadEntityCopyWithImpl<$Res>;