requests property

  1. @protected
List<Logic> requests
latefinal

Each element is the input pin for the correspondingly indexed request.

To be used internally to the arbiter only, since this contains the inputs of the Module.

Implementation

@protected
late final List<Logic> requests = UnmodifiableListView(_requests);