SendSEIMsgRequest constructor

SendSEIMsgRequest({
  1. String? seiMsg,
  2. int? streamType,
})

Implementation

SendSEIMsgRequest({
  this.seiMsg,
  this.streamType,
});