LightAlert.empty constructor

LightAlert.empty()

Creates an empty LightAlert object.

Implementation

LightAlert.empty()
    : actionValues = [],
      _originalAction = null,
      _action = null;