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.
Check out Vince's Flutter 101 podcast: [ Ссылка ]
UnmodifiableListView: [ Ссылка ]
kt_dart: [ Ссылка ]
#dart #flutter
Ещё видео!