I think the issue comes from my_pre_id < user_id
where my_pre_id
is actually a String
. You might want to do an int.parse()
on it as well or change its type in the class.
CLICK HERE to find out more related problems solutions.
I think the issue comes from my_pre_id < user_id
where my_pre_id
is actually a String
. You might want to do an int.parse()
on it as well or change its type in the class.
CLICK HERE to find out more related problems solutions.