LtiLcChannelMonitor constructor
- required Axi5SystemInterface sys,
- required LtiLcChannelInterface lc,
- required Component parent,
- String name = 'ltiLcChannelMonitor',
Creates a new LtiLcChannelMonitor on lc.
Implementation
LtiLcChannelMonitor({
required this.sys,
required this.lc,
required Component parent,
String name = 'ltiLcChannelMonitor',
}) : super(name, parent);