How to use short if in flutter
this code can use : 1 + 1 == 2 ? print(\'check true\') : print(\'check false\'); Ans. print(\'check true\')
but I want to do thi