This is because in the if statement, you check if res is "SuccessResult", which is same as checking if res is SuccessResult<dynamic, dynamic>. So you need to add the generics as you did with the switch statement