Dart's immutable collections

preview_player
Показать описание
By default collections such as lists are mutable in Dart. There are however immutable versions also available such as UnmodifiableListView, UnmodifiableMapView, and UnmodifiableSetView. Unfortunately, they are imperfect and lead to potential runtime errors. Let's have a look into that.

#dart #flutter
Рекомендации по теме
Комментарии
Автор

Cool you have really interesting content

codemoor