mpvValue property
String
get
mpvValue
Wire-side string consumed by mpv.
Implementation
String get mpvValue {
switch (this) {
case RubberbandPitch.quality:
return 'quality';
case RubberbandPitch.speed:
return 'speed';
case RubberbandPitch.consistency:
return 'consistency';
}
}