Input constructor

Input(
  1. String stringToEncode,
  2. Encoding? priorityCharset,
  3. int fnc1,
  4. SymbolShapeHint shape,
  5. int macroId,
)

Implementation

Input(
  super.stringToEncode,
  super.priorityCharset,
  super.fnc1,
  this.shape,
  this.macroId,
);