associateId property

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

Stores an optional associate ID

Implementation

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

Implementation

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