EventResult constructor
Implementation
const EventResult({
required this.target,
this.serverEvent,
this.needsUpdate,
required this.cancelled,
required this.scheduledEvents,
});
const EventResult({
required this.target,
this.serverEvent,
this.needsUpdate,
required this.cancelled,
required this.scheduledEvents,
});