LogErase constructor

LogErase({
  1. required uint8_t targetSystem,
  2. required uint8_t targetComponent,
})

Implementation

LogErase({
  required this.targetSystem,
  required this.targetComponent,
});