UpdateSessionNotification constructor
UpdateSessionNotification({
- required SessionId sessionId,
- required SessionUpdate update,
- AcpJsonObject? meta,
Creates a UpdateSessionNotification value.
Implementation
UpdateSessionNotification({
required this.sessionId,
required this.update,
this.meta,
});