menu
rohd_schematic_viewer
schematic_viewer.dart
FlcData
isEmpty property
isEmpty
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Whether any FLC data was found.
Implementation
bool get isEmpty => _signals.isEmpty && _instances.isEmpty;
rohd_schematic_viewer
schematic_viewer
FlcData
isEmpty property
FlcData class