associateId property

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

The ID of the associate who has requested for visitation

Implementation

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

Implementation

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