KeyGroup constructor

KeyGroup(
  1. int id,
  2. List<Macro> macros,
  3. KeyGroupOptions options,
  4. OutputString nameValue,
  5. ObjectPointer namePointer,
  6. IsobusObject icon,
  7. List<IsobusObject> referencedObjects,
)

Implementation

KeyGroup(int id, List<Macro> macros, this.options, this.nameValue,
    this.namePointer, this.icon, this.referencedObjects)
    : super(id, IsobusObjectType.keyGroup, macros);