OutputList constructor

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

Implementation

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