-1

enter image description here

Getting error while debugging that that null is not subtype of bool I not getting it how to do

Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56
S1mple
  • 1

2 Answers2

0

Do Change in Your Code

Params? query= Params();
0

Because you are sending null to function that is not null able. for tseting print EndPoints.checkList and query in terminal before function calling.

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jun 21 '22 at 15:02