associateId property

  1. @TagNumber.new(13)
Int64 get associateId

The ID of the associate who has requested for visitation

Implementation

@$pb.TagNumber(13)
$fixnum.Int64 get associateId => $_getI64(10);
  1. @TagNumber.new(13)
set associateId (Int64 value)

Implementation

@$pb.TagNumber(13)
set associateId($fixnum.Int64 value) => $_setInt64(10, value);