LtiLrChannelMonitor constructor

LtiLrChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required LtiLrChannelInterface lr,
  3. required Component parent,
  4. 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);