Open k2s opened 2 years ago
Documentation https://triple.flutterando.com.br/docs/getting-started/Mixins/#hydratedmixin shows toJson/fromJson, but the Serializable interface defines toMap/fromMap.
toJson
fromJson
Serializable
toMap
fromMap
Could you please add example how to use @freezed with CounterState that also implements Serializable ?
@freezed
CounterState
Documentation https://triple.flutterando.com.br/docs/getting-started/Mixins/#hydratedmixin shows
toJson
/fromJson
, but theSerializable
interface definestoMap
/fromMap
.Could you please add example how to use
@freezed
withCounterState
that also implementsSerializable
?