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