IsobusParent constructor

IsobusParent(
  1. int id,
  2. IsobusObjectType type,
  3. IsobusColor backgroundColor,
  4. List<ReferenceObject> objects,
  5. List<Macro> macros,
)

Implementation

IsobusParent(
    super.id, super.type, this.backgroundColor, this.objects, super.macros);