toJson method
Implementation
Map<String, dynamic> toJson() => {
"audioGroupId": audioGroupId,
"averageBandwidth": averageBandwidth,
"bandwidth": bandwidth,
"closedCaptionsGroupId": closedCaptionsGroupId,
"codecs": codecs,
"frameRate": frameRate,
"hdcpLevel": hdcpLevel,
"programId": programId,
"resolution": resolution,
"subtitleGroupId": subtitleGroupId,
"videoGroupId": videoGroupId,
"uri": uri,
};