What is the best way to sum all numbers in a list of various runtime types in dart?

后端 未结 0 349
北荒
北荒 2020-12-03 13:46

Given a list of various types, what is the best way to sum all of the elements that are of type int or double.

For example, given this list

List list =         


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