Is there a way to pass a primitive parameter by reference in Dart?

后端 未结 4 568
既然无缘
既然无缘 2020-12-01 17:51

I would like to pass a primitive (int, bool, ...) by reference. I found a discussion about it (paragraph \"Passing value types by reference\") here: value types in Dart, bu

4条回答
提交回复
热议问题