$PlayRoomEntityCopyWith<$Res> constructor

$PlayRoomEntityCopyWith<$Res>(
  1. PlayRoomEntity value,
  2. $Res then(
    1. PlayRoomEntity
    )
)

Implementation

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