moduleNames property

Set<String> get moduleNames

All module names that have FLC data.

Implementation

Set<String> get moduleNames => {..._signals.keys, ..._instances.keys};