SessionDelete constructor

SessionDelete(
  1. String topic, {
  2. int? id,
})

Implementation

SessionDelete(
  this.topic, {
  this.id,
});