Axi5BChannelMonitor constructor

Axi5BChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required Axi5BChannelInterface b,
  3. required Component parent,
  4. String name = 'axi5BChannelMonitor',
})

Creates a new Axi5BChannelMonitor on b.

Implementation

Axi5BChannelMonitor(
    {required this.sys,
    required this.b,
    required Component parent,
    String name = 'axi5BChannelMonitor'})
    : super(name, parent);