grants property

List<Logic> grants
latefinal

Each element corresponds to an arbitration grant of the correspondingly indexed request passed at construction time.

Implementation

late final List<Logic> grants = UnmodifiableListView(_grants);