toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() => {
  'visibleCount': visibleCount,
  'graphCount': graphCount,
  'total': total,
  'isFetching': isFetching,
  'isFetchingMore': isFetchingMore,
  'stale': stale,
  'hasNextPage': hasNextPage,
  'hasPreviousPage': hasPreviousPage,
};