SessionEvent constructor
SessionEvent({
- String name = '',
- required String author,
- Content? content,
- required String invocationId,
- EventActions? actions,
- required Timestamp? timestamp,
- String errorCode = '',
- String errorMessage = '',
- EventMetadata? eventMetadata,
Implementation
SessionEvent({
this.name = '',
required this.author,
this.content,
required this.invocationId,
this.actions,
required this.timestamp,
this.errorCode = '',
this.errorMessage = '',
this.eventMetadata,
}) : super(fullyQualifiedName);