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