Is there any performance benefit of using an unmodifiable list instead of a fixed-length list in Dart?

后端 未结 0 1475
夕颜
夕颜 2021-01-22 00:55

I was thinking if I should use a fixed-length list or an unmodifiable list if I know that I won\'t need to change the data or add/remove any elements from the list.

I wou

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