StreamStatusResponse constructor Null safety

StreamStatusResponse(
  1. String messageId,
  2. bool previewOnly,
  3. bool recording,
  4. bool recordingPaused,
  5. String status,
  6. bool streaming
)

Implementation

StreamStatusResponse(this.messageId, this.previewOnly, this.recording,
    this.recordingPaused, this.status, this.streaming);