Event constructor
Event({})
Implementation
Event({
required this.artifact,
this.execution = '',
this.eventTime,
required this.type,
this.labels = const {},
}) : super(fullyQualifiedName);
Event({
required this.artifact,
this.execution = '',
this.eventTime,
required this.type,
this.labels = const {},
}) : super(fullyQualifiedName);