Dart: How are varibles in nested functions bound to parent's local variables?

后端 未结 0 1945
后悔当初
后悔当初 2020-12-24 13:10

I create elements in a loop and need different callback values for each. This code does it:

for (var obj in objects)          


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