ModalDisconnect constructor

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

Implementation

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