ApbMonitor constructor

ApbMonitor({
  1. required ApbInterface intf,
  2. required Component parent,
  3. String name = 'apbMonitor',
})

Creates a new ApbMonitor on intf.

Implementation

ApbMonitor(
    {required this.intf,
    required Component parent,
    String name = 'apbMonitor'})
    : super(name, parent);