Key constructor

Key(
  1. int id,
  2. IsobusColor backgroundColor,
  3. List<ReferenceObject> childObjects,
  4. List<Macro> macros,
  5. int keyCode,
)

Implementation

Key(int id, IsobusColor backgroundColor, List<ReferenceObject> childObjects,
    List<Macro> macros, this.keyCode)
    : super(id, IsobusObjectType.key, backgroundColor, childObjects, macros);