V2TimStreamElem constructor

V2TimStreamElem({
  1. String? markdown,
  2. String? data,
  3. bool? isStreamEnded,
})

Implementation

V2TimStreamElem({
  this.markdown,
  this.data,
  this.isStreamEnded,
}): super(elemType: MessageElemType.V2TIM_ELEM_TYPE_STREAM);