Axi5DebugSignalsStruct constructor

Axi5DebugSignalsStruct({
  1. bool? trace,
  2. int? loop,
})

Constructor

Implementation

Axi5DebugSignalsStruct({
  this.trace,
  this.loop,
});