DataMask constructor

DataMask(
  1. int id,
  2. IsobusColor backgroundColor,
  3. List<ReferenceObject> childObjects,
  4. List<Macro> macros,
  5. SoftKeyMask? softKeyMask,
)

Implementation

DataMask(int id, IsobusColor backgroundColor,
    List<ReferenceObject> childObjects, List<Macro> macros, this.softKeyMask)
    : super(id, IsobusObjectType.dataMask, backgroundColor, childObjects,
          macros);