Event constructor
Event(})
Implementation
Event(
this.subscriptionId,
this.publicationId,
this.details, {
List<dynamic>? arguments,
Map<String, dynamic>? argumentsKeywords,
}) {
id = MessageTypes.codeEvent;
this.arguments = arguments;
this.argumentsKeywords = argumentsKeywords;
}