associateId property

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

The ID of the associate who has requested for visitation

Implementation

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

Implementation

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