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