reportedBefore property

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

Search subjects reported before a given timestamp

Implementation

@JsonKey(toJson: iso8601) DateTime? get reportedAfter;/// Search subjects reported before a given timestamp
@JsonKey(toJson: iso8601) DateTime? get reportedBefore;