Calculate Total Sum of a List Dynamically in Flutter Function Issue

前端 未结 0 391
[愿得一人]
[愿得一人] 2021-01-06 21:31

I have this code that should calculate total sum of a list:

int _counter = 0;

Future getTotal(item) async {
int counter = 0;

_totalPrice.add(int.parse(item)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题