menu
rohd_schematic_viewer
schematic_viewer.dart
SignalOccurrence
isInput property
isInput
dark_mode
light_mode
isInput
property
bool
get
isInput
Returns true if this is an input port.
Implementation
bool get isInput => direction == 'input';
rohd_schematic_viewer
schematic_viewer
SignalOccurrence
isInput property
SignalOccurrence class