createdAtBefore property

  1. @JsonKey(name: 'created_at_before')
DateTime? createdAtBefore
final

Filter on createdAt smaller than the given value.

Implementation

@JsonKey(name: 'created_at_before')
final DateTime? createdAtBefore;