LtiLcChannelMonitor constructor

LtiLcChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required LtiLcChannelInterface lc,
  3. required Component parent,
  4. 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);