createdAtAround property

  1. @JsonKey(name: 'created_at_around')
DateTime? createdAtAround
final

Filter on createdAt around the given value.

Implementation

@JsonKey(name: 'created_at_around')
final DateTime? createdAtAround;