LiveInputOutput constructor

const LiveInputOutput({
  1. String? id,
  2. String? url,
  3. String? streamKey,
})

Implementation

const LiveInputOutput({
  String? id,
  String? url,
  String? streamKey,
})  : id = id ?? '',
      url = url ?? '',
      streamKey = streamKey ?? '';