createdBefore property

  1. @JsonKey.new(toJson: iso8601)
DateTime? get createdBefore
inherited

Filter to verifications created before this timestamp

Implementation

@JsonKey(toJson: iso8601) DateTime? get createdAfter;/// Filter to verifications created before this timestamp
@JsonKey(toJson: iso8601) DateTime? get createdBefore;