toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (audioChannelCount != null) 'audioChannelCount': audioChannelCount!,
if (encoding != null) 'encoding': encoding!,
if (sampleRateHertz != null) 'sampleRateHertz': sampleRateHertz!,
};