length property
Sets the number of hits to retrieve (for use with offset
). > Note: Using page
and hitsPerPage
is the recommended method for paging results. However, you can use offset
and length
to implement an alternative approach to paging.
Implementation
// minimum: 1
// maximum: 1000
@JsonKey(name: r'length')
final int? length;