SessionUpdate constructor

SessionUpdate(
  1. int id,
  2. String topic,
  3. Map<String, Namespace> namespaces
)

Implementation

SessionUpdate(
  this.id,
  this.topic,
  this.namespaces,
);