BucketListOptions class
Defines the structure how to get app buckets
Constructors
- BucketListOptions({bool? returnCountInfo, BucketSortEntry? sort, int? limit, int? page})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit ↔ int?
-
A positive integer that specifies the max number of buckets to return
per page
getter/setter pair
- page ↔ int?
-
A positive integer that specifies the page number to paginate bucket
results. Page numbers start from 1.
getter/setter pair
- returnCountInfo ↔ bool?
-
Flag to specify whether to return the count and pagination information
such as total number of buckets, page number and page size
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sort ↔ BucketSortEntry?
-
Specifies the field name and sort direction for sorting returned buckets
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited