offset property

  1. @JsonKey.new(includeIfNull: false)
int? offset
final

Number of results to skip for pagination

Implementation

@JsonKey(includeIfNull: false)
final int? offset;