RemoteDisconnected constructor

const RemoteDisconnected(
  1. String sessionId, [
  2. String? reason
])

Implementation

const RemoteDisconnected(this.sessionId, [this.reason]);