retrofit.dart
retrofit.dart copied to clipboard
dart_mappable for type conversion
trafficstars
Can I use dart_mappable for type conversion?
Not yet.
PRs are appreciated.
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?