ApbMonitor constructor
- required ApbInterface intf,
- required Component parent,
- String name = 'apbMonitor',
Creates a new ApbMonitor on intf.
Implementation
ApbMonitor(
{required this.intf,
required Component parent,
String name = 'apbMonitor'})
: super(name, parent);