sectionId property
- @TagNumber.new(12)
The ID of the corresponding form section that the form field belongs to
Implementation
@$pb.TagNumber(12)
$fixnum.Int64 get sectionId => $_getI64(4);
- @TagNumber.new(12)
Implementation
@$pb.TagNumber(12)
set sectionId($fixnum.Int64 value) => $_setInt64(4, value);