Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

ThumbnailList.md

File metadata and controls

23 lines (18 loc) · 1.04 KB

halo_client.model.ThumbnailList

Load the model package

import 'package:halo_client/api.dart';

Properties

Name Type Description Notes
first bool Indicates whether current page is the first page.
hasNext bool Indicates whether current page has previous page.
hasPrevious bool Indicates whether current page has previous page.
items BuiltList<Thumbnail> A chunk of items.
last bool Indicates whether current page is the last page.
page int Page number, starts from 1. If not set or equal to 0, it means no pagination.
size int Size of each page. If not set or equal to 0, it means no pagination.
total int Total elements.
totalPages int Indicates total pages.

[Back to Model list] [Back to API list] [Back to README]