gotoSourceMenuValue function
- RohdSourceFormat format
Encode a popup-menu value for navigating to format.
Implementation
String gotoSourceMenuValue(RohdSourceFormat format) =>
'$_gotoSourceValuePrefix${format.name}';
Encode a popup-menu value for navigating to format.
String gotoSourceMenuValue(RohdSourceFormat format) =>
'$_gotoSourceValuePrefix${format.name}';