Immutable Collections in Dart

preview_player
Показать описание
This is the first video of my "Clean code in Dart" series where I will teach you all the best practices to program in Dart.

In this video, I have taught the importance of immutability and gave a few examples of how to create them in Dart.

Follow me on:
Рекомендации по теме
Комментарии
Автор

And why do you need immutable collections? What is the reason for that?

VladimirMinkin