currentModuleInfo property

ValueNotifier<RohdModuleInfo?> get currentModuleInfo

The most recently fetched RohdModuleInfo, or null before the first queryModule call.

Updated each time queryModule completes. Viewers listen to this notifier to rebuild their "Go to …" menus.

Implementation

ValueNotifier<RohdModuleInfo?> get currentModuleInfo;