Input constructor
Input(
- String stringToEncode,
- Encoding? priorityCharset,
- int fnc1,
- SymbolShapeHint shape,
- int macroId,
Implementation
Input(
super.stringToEncode,
super.priorityCharset,
super.fnc1,
this.shape,
this.macroId,
);