AnimationObject constructor

AnimationObject(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. int refreshInterval,
  6. int listIndex,
  7. bool enabled,
  8. int firstChildIndex,
  9. int lastChildIndex,
  10. int defaultChildIndex,
  11. AnimationObjectOptions options,
  12. List<ReferenceObject> animationObjects,
)

Implementation

AnimationObject(
    int id,
    List<Macro> macros,
    this.width,
    this.height,
    this.refreshInterval,
    this.listIndex,
    this.enabled,
    this.firstChildIndex,
    this.lastChildIndex,
    this.defaultChildIndex,
    this.options,
    this.animationObjects)
    : super(id, IsobusObjectType.animationObject, macros);