currentModuleInfo property

  1. @override
ValueNotifier<RohdModuleInfo?> currentModuleInfo
final

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

@override
final currentModuleInfo = ValueNotifier<RohdModuleInfo?>(null);