EventPeriodUpdate constructor
EventPeriodUpdate({
- String? kind,
- EventPeriodRange? timePeriod,
- List<
EventUpdateRequest> ? updates,
Implementation
EventPeriodUpdate({
this.kind,
this.timePeriod,
this.updates,
});