JoinOptions constructor Null safety

const JoinOptions(
  1. {bool? autoSubscribe}
)

Implementation

const JoinOptions({this.autoSubscribe});