offset property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? offset
getter/setter pair

The offset of the items returned (as set in the query or by default).

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? offset;