LedControl constructor
LedControl({})
Implementation
LedControl({
required this.targetSystem,
required this.targetComponent,
required this.instance,
required this.pattern,
required this.customLen,
required this.customBytes,
});