UpdateSessionNotification constructor

UpdateSessionNotification({
  1. required SessionId sessionId,
  2. required SessionUpdate update,
  3. AcpJsonObject? meta,
})

Creates a UpdateSessionNotification value.

Implementation

UpdateSessionNotification({
  required this.sessionId,
  required this.update,
  this.meta,
});