gotoSourceMenuValue function

String gotoSourceMenuValue(
  1. RohdSourceFormat format
)

Encode a popup-menu value for navigating to format.

Implementation

String gotoSourceMenuValue(RohdSourceFormat format) =>
    '$_gotoSourceValuePrefix${format.name}';