Axi5StreamMonitor constructor
- required Axi5SystemInterface sys,
- required Axi5StreamInterface strm,
- required Component parent,
- String name = 'axi5StreamMonitor',
Creates a new Axi5StreamMonitor on strm.
Implementation
Axi5StreamMonitor(
{required this.sys,
required this.strm,
required Component parent,
String name = 'axi5StreamMonitor'})
: super(name, parent);