RtcAigcMessage constructor
RtcAigcMessage({})
构造函数
Implementation
RtcAigcMessage({
required this.id,
required this.type,
this.text = '',
this.senderId,
this.isUser = false,
this.isInterrupted = false,
this.timestamp,
this.functionName,
this.functionArguments,
this.status,
this.isFinal = false,
});