toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (audioStream != null) 'audioStream': audioStream!,
if (key != null) 'key': key!,
if (textStream != null) 'textStream': textStream!,
if (videoStream != null) 'videoStream': videoStream!,
};