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