audioChannel property Null safety
@JsonKey(includeIfNull: false), read / write
The audio channel ranging between 0 and 5. The default value is 0. See AudioChannel.
Note Special players are needed if audioChannel
is not set as 0.
Implementation
@JsonKey(includeIfNull: false)
AudioChannel? audioChannel;