hasMultiConditions property

  1. @TagNumber(5)
bool get hasMultiConditions

@doc Whether there are multiple conditions to be evaluated. If false, only the first condition (and conditional action) will be considered.

Implementation

@$pb.TagNumber(5)
$core.bool get hasMultiConditions => $_getBF(4);
  1. @TagNumber(5)
set hasMultiConditions (bool value)

Implementation

@$pb.TagNumber(5)
set hasMultiConditions($core.bool value) => $_setBool(4, value);