replaceableFamilyId property

  1. @TagNumber.new(12)
Int64 get replaceableFamilyId

The ID of the family that the equation depends upon

Implementation

@$pb.TagNumber(12)
$fixnum.Int64 get replaceableFamilyId => $_getI64(3);
  1. @TagNumber.new(12)
set replaceableFamilyId (Int64 value)

Implementation

@$pb.TagNumber(12)
set replaceableFamilyId($fixnum.Int64 value) => $_setInt64(3, value);