offset property

  1. @JsonKey(name: r'offset')
int? offset
final

Specifies the offset of the first hit to return. > 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

@JsonKey(name: r'offset')
final int? offset;