validity property

  1. @JsonKey(name: r'validity')
List<TimeRange>? validity
final

If you specify a validity period, the rule only applies only during that period. If specified, the array must not be empty.

Implementation

@JsonKey(name: r'validity')
final List<TimeRange>? validity;