lessThan property

  1. @JsonKey(name: 'id_lt')
String? lessThan
final

Filter on ids smaller than the given value.

Implementation

@JsonKey(name: 'id_lt')
final String? lessThan;