associateId property
- @TagNumber.new(13)
The ID of the associate who has requested for visitation
Implementation
@$pb.TagNumber(13)
$fixnum.Int64 get associateId => $_getI64(10);
- @TagNumber.new(13)
Implementation
@$pb.TagNumber(13)
set associateId($fixnum.Int64 value) => $_setInt64(10, value);