JoinConfig constructor

JoinConfig({
  1. bool no_publish = false,
  2. bool no_subscribe = false,
  3. bool no_auto_subscribe = false,
})

Implementation

JoinConfig(
    {this.no_publish = false,
    this.no_subscribe = false,
    this.no_auto_subscribe = false});