codec property Null safety

Codec codec
read / write

The image that points to the album art of the track The codec of the audio file to play. If this parameter's value is null it will be set to t_CODEC.DEFAULT.

Implementation

//final String albumArtImage;

/// The codec of the audio file to play. If this parameter's value is null
/// it will be set to `t_CODEC.DEFAULT`.
Codec codec;