InputList constructor

InputList(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. NumberVariable numberVariable,
  6. int value,
  7. List<int> listObjectIds,
  8. InputListOptions inputListOptions,
)

Implementation

InputList(
    int id,
    List<Macro> macros,
    this.width,
    this.height,
    this.numberVariable,
    this.value,
    this.listObjectIds,
    this.inputListOptions)
    : super(id, IsobusObjectType.inputList, macros);