BatchCreateOccurrencesResponse constructor

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

Implementation

BatchCreateOccurrencesResponse({
  this.occurrences,
});