hasPredictableDates property

  1. @JsonKey(name: 'hasPredictableDates')
bool? hasPredictableDates
getter/setter pair

A shortcut for clients - and the server - to understand whether we can predict the start and end dates for this event. In practice, there are multiple ways that an event could have predictable date ranges, but not all events will be able to be predicted via any mechanism (for instance, events that are manually triggered on and off)

Implementation

@JsonKey(name:'hasPredictableDates')
bool? hasPredictableDates;