EventUpdateResponse constructor
EventUpdateResponse({
- List<
EventBatchRecordFailure> ? batchFailures, - List<
EventRecordFailure> ? eventFailures, - String? kind,
- List<
PlayerEvent> ? playerEvents,
Implementation
EventUpdateResponse({
this.batchFailures,
this.eventFailures,
this.kind,
this.playerEvents,
});