unpacker property

LikeDataUnpacker unpacker
final

A helper class that unpacks your JSON responses and extracts only the relevant data.

Example: Often, servers wrap lists in envelopes like: {"status": true, "data": [...your list...]}. The unpacker automatically strips away the status envelope and hands you just [...your list...].

Implementation

final LikeDataUnpacker unpacker;