ServerStop constructor

ServerStop({
  1. String hostServerSessionId = '',
  2. String targetServerSessionId = '',
})

Implementation

ServerStop({
    this.hostServerSessionId = '',
    this.targetServerSessionId = '',
});