InputList constructor
InputList(
- int id,
- List<
Macro> macros, - int width,
- int height,
- NumberVariable numberVariable,
- int value,
- List<
int> listObjectIds, - 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);