metadata property

Paging<T> metadata

The offset-based paging object is a container for a set of objects. It contains a key called items (whose value is an array of the requested objects) along with other keys like previous, next and limit that can be useful in future calls.

Implementation

Paging<T> get metadata => _paging as Paging<T>;