triple_pattern
triple_pattern copied to clipboard
How to use HydratedMixin with @freezed?
Documentation https://triple.flutterando.com.br/docs/getting-started/Mixins/#hydratedmixin shows toJson/fromJson, but the Serializable interface defines toMap/fromMap.
Could you please add example how to use @freezed with CounterState that also implements Serializable ?