command property
String
get
command
Implementation
String get command {
switch (this) {
case NyxFrequency.hz48000:
return '48000';
case NyxFrequency.hz44100:
return '44100';
case NyxFrequency.hz22050:
return '22050';
}
}