retrofit.dart icon indicating copy to clipboard operation
retrofit.dart copied to clipboard

dart_mappable for type conversion

Open Edorin9 opened this issue 2 years ago • 3 comments
trafficstars

Can I use dart_mappable for type conversion?

Edorin9 avatar Aug 31 '23 00:08 Edorin9

Not yet.

PRs are appreciated.

trevorwang avatar Oct 02 '23 14:10 trevorwang

Is there anything dart_mappable needs to provide other than toJson() and fromJson() methods which return/accept a Map? Any other functionality the type converter needs to implement?

2x2xplz avatar Dec 16 '23 03:12 2x2xplz