LtiLaChannelMonitor constructor
- required Axi5SystemInterface sys,
- required LtiLaChannelInterface la,
- required Component parent,
- String name = 'ltiLaChannelMonitor',
Creates a new LtiLaChannelMonitor on la.
Implementation
LtiLaChannelMonitor(
{required this.sys,
required this.la,
required Component parent,
String name = 'ltiLaChannelMonitor'})
: super(name, parent);