ObslyEvent constructor
ObslyEvent({})
Implementation
ObslyEvent({
required this.installationId,
required this.timestamp,
required this.sessionId,
required this.sequence,
required this.type,
this.executionId,
String? eventId,
this.name,
this.extra,
this.bg = false,
this.processStep,
}) : eventId = eventId ?? const Uuid().v4();