IdleNotificationMessage constructor
IdleNotificationMessage({})
Implementation
IdleNotificationMessage({
required this.from,
required this.timestamp,
this.idleReason,
this.summary,
this.completedTaskId,
this.completedStatus,
this.failureReason,
});