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