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