Input constructor

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

Implementation

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