toJson method

Map toJson()

Implementation

Map toJson() => {
      'hasNextPage': hasNextPage,
      'items': items,
    };