sectionId property

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

The ID of the corresponding form section that the form field belongs to

Implementation

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

Implementation

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