Custom Serializer with built_value in Dart and Flutter
Introduction
The package, built_value is used for creating immutable classes in Dart with JSON serialization. It's a great package and uses build_runner to create generated files to avoid boilerplate code.But if you've ever tried to deserialize a mod...
blog.nikkigoel.com9 min read