DirectorPublisherOptions constructor Null safety

DirectorPublisherOptions(
  1. {required String token,
  2. required String streamName,
  3. Client? client,
  4. String? streamType}
)

Implementation

DirectorPublisherOptions(
    {required this.token,
    required this.streamName,
    this.client,
    this.streamType});