LtiLaChannelMonitor constructor

LtiLaChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required LtiLaChannelInterface la,
  3. required Component parent,
  4. 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);