toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bitrateBps != null) 'bitrateBps': bitrateBps!,
if (channelCount != null) 'channelCount': channelCount!,
if (codec != null) 'codec': codec!,
if (vendor != null) 'vendor': vendor!,
};