AlarmMask constructor

AlarmMask(
  1. int id,
  2. IsobusColor backgroundColor,
  3. List<ReferenceObject> childObjects,
  4. List<Macro> macros,
  5. SoftKeyMask? softkeyMask,
  6. AlarmPriority priority,
  7. AcousticSignal acousticSignal,
)

Implementation

AlarmMask(
    int id,
    IsobusColor backgroundColor,
    List<ReferenceObject> childObjects,
    List<Macro> macros,
    this.softkeyMask,
    this.priority,
    this.acousticSignal)
    : super(id, IsobusObjectType.alarmMask, backgroundColor, childObjects,
          macros);