inputs property

  1. @protected
Map<String, Logic> inputs

A map from input port names to this Module to corresponding Logic signals.

Implementation

@protected
Map<String, Logic> get inputs => UnmodifiableMapView<String, Logic>(_inputs);