toValue method
Implementation
String toValue() {
switch (this) {
case WavFormat.riff:
return 'RIFF';
case WavFormat.rf64:
return 'RF64';
}
}
String toValue() {
switch (this) {
case WavFormat.riff:
return 'RIFF';
case WavFormat.rf64:
return 'RF64';
}
}