AnimationObject constructor
AnimationObject()
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);