ifConditionalValues property

  1. @TagNumber(1)
PbList<FFConditionalValue_ConditionValue> get ifConditionalValues

@doc The "if" conditions to check, and their corresponding values.

Implementation

@$pb.TagNumber(1)
$pb.PbList<FFConditionalValue_ConditionValue> get ifConditionalValues =>
    $_getList(0);