Throughout DevTools, we manually implement serialization methods like .parse constructors or toJson methods / json getters.
We should consider using a package like https://pub.dev/packages/json_serializable to simplify and unify how we serialize dart objects. When choosing a package, we'll need to make sure everything will still work well in g3.
Throughout DevTools, we manually implement serialization methods like
.parseconstructors ortoJsonmethods /jsongetters.We should consider using a package like https://pub.dev/packages/json_serializable to simplify and unify how we serialize dart objects. When choosing a package, we'll need to make sure everything will still work well in g3.