LiveException constructor

const LiveException({
  1. Key? key,
  2. required LiveStreamType streamType,
})

Implementation

const LiveException({super.key, required this.streamType});