$PlayRoomEntityCopyWith<$Res> constructor
- PlayRoomEntity value,
- $Res then( )
Implementation
factory $PlayRoomEntityCopyWith(
PlayRoomEntity value, $Res Function(PlayRoomEntity) then) =
_$PlayRoomEntityCopyWithImpl<$Res>;