how to implement JsonConverter in dart flutter?
I am trying make custom JsonConverter using JsonConverter in dart but I am not able to use it with error message saying “Classes can only extend other classes.”
Do I need to import something to use JsonConverter? or what am I missing?