void ngSwitchWhen=(value)

Source

set ngSwitchWhen(dynamic value) {
  this._switch._onWhenValueChanged(this._value, value, this._view);
  this._value = value;
}