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