CotsApplicationInterfaceEvent constructor
CotsApplicationInterfaceEvent({})
Implementation
CotsApplicationInterfaceEvent({
required int messageID,
required String messageName,
required this.user,
required this.workstation,
required this.applicationVersion,
required this.applicationName,
}) : super(
messageID: messageID, messageName: messageName, notificationType: NotificationType.unknown, name: "cotsApplicationInterfaceEvent");