unlockRanges property

  1. @JsonKey(name: 'unlockRanges')
List<DateRange>? unlockRanges
getter/setter pair

If we were able to predict the dates when this Vendor will be visible/available, this will be the list of those date ranges. Sadly, we're not able to predict this very frequently, so this will often be useless data.

Implementation

@JsonKey(name:'unlockRanges')
List<DateRange>? unlockRanges;