LtiLtChannelMonitor constructor

LtiLtChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required LtiLtChannelInterface lt,
  3. required Component parent,
  4. String name = 'ltiLtChannelMonitor',
})

Creates a new LtiLtChannelMonitor on lt.

Implementation

LtiLtChannelMonitor({
  required this.sys,
  required this.lt,
  required Component parent,
  String name = 'ltiLtChannelMonitor',
}) : super(name, parent);