chopper/chopper library

Classes

ColorConverter
A class that implements JsonConverter to convert Color objects to and from JSON.
DateTimeConverter
DateTimeConverter that parses and formats dates in the selected format. For example:
JsonSerializableConverter
JsonSeriablizableConverter Converter for chopper to convert json response to a dart object using json_serializable. Based of: https://hadrien-lejard.gitbook.io/chopper/faq#write-a-custom-jsonconverter
NoContent
A class representing an empty response body.

Typedefs

JsonFactory<T> = T Function(Map<String, dynamic> json)
Method signature for a function that creates a dart object from a json map.