IsobusParent constructor
IsobusParent(
- int id,
- IsobusObjectType type,
- IsobusColor backgroundColor,
- List<
ReferenceObject> objects, - List<
Macro> macros,
Implementation
IsobusParent(
super.id, super.type, this.backgroundColor, this.objects, super.macros);