Deep copy in Dart for Flutter BLOC models
Reading time: < 1 minute This one is especially useful when working with BLOC architecture, to update same state with new object. To handle this situation we can use same… Read More »Deep copy in Dart for Flutter BLOC models