BatchCreateOccurrencesRequest constructor

BatchCreateOccurrencesRequest({
  1. List<Occurrence>? occurrences,
})

Implementation

BatchCreateOccurrencesRequest({
  this.occurrences,
});