LtiLrChannelMonitor constructor
- required Axi5SystemInterface sys,
- required LtiLrChannelInterface lr,
- required Component parent,
- String name = 'ltiLrChannelMonitor',
Creates a new LtiLrChannelMonitor on lr.
Implementation
LtiLrChannelMonitor({
required this.sys,
required this.lr,
required Component parent,
String name = 'ltiLrChannelMonitor',
}) : super(name, parent);