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