audioBitrate property Null safety
@JsonKey(includeIfNull: false), read / write
Bitrate (Kbps) of the CDN live audio output stream. The default value is 48 and the highest value is 128.
Implementation
@JsonKey(includeIfNull: false)
int? audioBitrate;