$NothingParamsCopyWith<$Res> constructor
- NothingParams value,
- $Res then( )
Implementation
factory $NothingParamsCopyWith(
NothingParams value, $Res Function(NothingParams) then) =
_$NothingParamsCopyWithImpl<$Res>;
factory $NothingParamsCopyWith(
NothingParams value, $Res Function(NothingParams) then) =
_$NothingParamsCopyWithImpl<$Res>;