channels property Null safety

int channels

number of available audio channels. (1: mono, 2: stereo)

Implementation

int get channels => int.parse(mapChannels['\$']);